Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: microbit-dal-iBeacon
Dependents: BluetoothWorldBeaconsClass BTW_ComboBeacon_Solution BluetoothWorld2018BeaconsClass
Fork of microbit by
Revision 13:802a76669499, committed 2016-07-13
- Comitter:
- LancasterUniversity
- Date:
- Wed Jul 13 13:00:26 2016 +0100
- Parent:
- 12:a62ca1ee7b52
- Child:
- 14:4b89e7e3494f
- Commit message:
- Synchronized with git rev 4275ab29
Author: James Devine
microbit: one more spelling correction
Changed in this revision
| inc/MicroBit.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/inc/MicroBit.h Wed Jul 13 13:00:25 2016 +0100
+++ b/inc/MicroBit.h Wed Jul 13 13:00:26 2016 +0100
@@ -235,7 +235,7 @@
* than the hardware random number generator built int the processor, which takes
* a long time and uses a lot of energy.
*
- * KIDS: You shouldn't use this is the real world to generte cryptographic keys though...
+ * KIDS: You shouldn't use this is the real world to generate cryptographic keys though...
* have a think why not. :-)
*
* @param max the upper range to generate a number for. This number cannot be negative.
@@ -465,7 +465,7 @@
* than the hardware random number generator built int the processor, which takes
* a long time and uses a lot of energy.
*
- * KIDS: You shouldn't use this is the real world to generte cryptographic keys though...
+ * KIDS: You shouldn't use this is the real world to generate cryptographic keys though...
* have a think why not. :-)
*
* @param max the upper range to generate a number for. This number cannot be negative.
