Sergei G / LinkedList

Dependents:   JobScheduler

Fork of LinkedList by Sam Grove

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Fri Apr 05 23:44:10 2013 +0000
Parent:
1:a032c0392ba1
Child:
3:c14e7a918e21
Commit message:
Fixed a typo in the example that messed up the compiler rendering and import utility.

Changed in this revision

LinkedList.h Show annotated file Show diff for this revision Revisions of this file
--- a/LinkedList.h	Fri Apr 05 23:14:49 2013 +0000
+++ b/LinkedList.h	Fri Apr 05 23:44:10 2013 +0000
@@ -37,7 +37,6 @@
 
 /** Example using the LinkedList Class
  * @code
- * int main(void)
  *  #include "mbed.h"
  *  #include "LinkedList.h"
  *