microbit: minor documentation change to MicroBit.h

This commit is contained in:
James Devine 2016-04-06 22:31:35 +01:00
parent 0dcd81b24b
commit 5de0824717
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class MicroBit
void sleep(uint32_t milliseconds);
/**
* Seed the pseudo random number generator using the hardware generator.
* Seed the pseudo random number generator using the hardware random number generator.
*
* @code
* uBit.seedRandom();