mirror of https://github.com/ARMmbed/mbed-os.git
Small typo fixes in readme.md files
parent
379b71fbc0
commit
42d46f93ce
|
@ -113,7 +113,7 @@ queue.dispatch();
|
||||||
|
|
||||||
// Events can also pass arguments to the underlying callback when both
|
// Events can also pass arguments to the underlying callback when both
|
||||||
// initially constructed and posted.
|
// initially constructed and posted.
|
||||||
Event<void(int, int)> event(&queue, printf, "recieved %d and %d\n");
|
Event<void(int, int)> event(&queue, printf, "received %d and %d\n");
|
||||||
|
|
||||||
// Events can be posted multiple times and enqueue gracefully until
|
// Events can be posted multiple times and enqueue gracefully until
|
||||||
// the dispatch function is called.
|
// the dispatch function is called.
|
||||||
|
|
|
@ -10,7 +10,7 @@ This edition of mbed TLS has been adapted for mbed OS and imported from its stan
|
||||||
Getting Help and Support
|
Getting Help and Support
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
The [mbed TLS website](https://tls.mbed.org/) contains fulll documentation for the library, including function by function descriptions, knowledgebase articles, blogs and a support forum for questions to the community.
|
The [mbed TLS website](https://tls.mbed.org/) contains full documentation for the library, including function by function descriptions, knowledgebase articles, blogs and a support forum for questions to the community.
|
||||||
|
|
||||||
|
|
||||||
Contributing to the Project
|
Contributing to the Project
|
||||||
|
|
Loading…
Reference in New Issue