Merge pull request #10 from philipphenkel/fix-typo

Fix typo in documentation
This commit is contained in:
Joe Finney 2018-11-23 14:02:34 +00:00 committed by GitHub
commit 2ef4df51c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,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.