diff options
Diffstat (limited to 'docs/source/lang/api/random.rst')
-rw-r--r-- | docs/source/lang/api/random.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/lang/api/random.rst b/docs/source/lang/api/random.rst index 9875ee6..42b0112 100644 --- a/docs/source/lang/api/random.rst +++ b/docs/source/lang/api/random.rst @@ -46,8 +46,7 @@ Example The following sketch initializes the random seed based on an :ref:`ADC <adc>` reading of pin 0. If this pin is unconnected, the Sketch -should print different values to the :ref:`serial monitor -<ide-serial-monitor>` each time it is run:: +should print different values to the serial port monitor each time it is run:: long randNumber; |