aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/api/randomseed.rst
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-08-27 18:15:33 -0400
committerbnewbold <bnewbold@robocracy.org>2014-08-27 19:04:05 -0400
commit239f77ce49fb0a11c6ef2b59825c7e772ebad11e (patch)
treec491b16a862d5ae6c9383702cb3958d976f5781e /docs/source/lang/api/randomseed.rst
parent34b766c9d5f778762069938c71e052fa40455d1c (diff)
downloadlibrambutan-239f77ce49fb0a11c6ef2b59825c7e772ebad11e.tar.gz
librambutan-239f77ce49fb0a11c6ef2b59825c7e772ebad11e.zip
docs: first pass removal of Maple IDE info
Diffstat (limited to 'docs/source/lang/api/randomseed.rst')
-rw-r--r--docs/source/lang/api/randomseed.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/lang/api/randomseed.rst b/docs/source/lang/api/randomseed.rst
index ca7b75f..86a4088 100644
--- a/docs/source/lang/api/randomseed.rst
+++ b/docs/source/lang/api/randomseed.rst
@@ -35,8 +35,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;