Fix typo in documentation

master
Philipp Henkel 2018-07-24 22:24:37 +02:00
parent f4e7e01c1d
commit cffaeea8e4
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class MicroBit
* 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 generate cryptographic keys though...
* KIDS: You shouldn't use this in 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.