test
Fork of microbit by
Diff: inc/MicroBit.h
- Revision:
- 13:802a76669499
- Parent:
- 12:a62ca1ee7b52
--- 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.