aboutsummaryrefslogtreecommitdiffstats
path: root/source/arduino/static.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-21 01:40:37 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-21 01:40:37 -0500
commitc770a7f14404822c1164a2399079411a37808cfd (patch)
tree599188be6e3a5d105f9b8c4baba19d280b3d1058 /source/arduino/static.rst
parent4b60b1cad5fe16895179d0bd8a5dc1e6e4c7564c (diff)
downloadlibrambutan-c770a7f14404822c1164a2399079411a37808cfd.tar.gz
librambutan-c770a7f14404822c1164a2399079411a37808cfd.zip
updated serial bootloader spec; other improvements
Diffstat (limited to 'source/arduino/static.rst')
-rw-r--r--source/arduino/static.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/arduino/static.rst b/source/arduino/static.rst
index 76bf949..01f3dbf 100644
--- a/source/arduino/static.rst
+++ b/source/arduino/static.rst
@@ -15,8 +15,8 @@ Variables declared as ``static`` will only be created and initialized
the first time a function is called.
.. note:: This is only one use of the ``static`` keyword in C++. It
- has some other important uses that are outside the scope of this
- documentation; consult a reliable C++ reference for details.
+ has some other important uses that are not documented here; consult
+ a reliable C++ reference for details.
Example
-------
@@ -54,4 +54,4 @@ it was declared ``static``. Thus, ``numSensorReadings`` is a count of
the number of times that ``readSensors()`` has been called.
-.. include:: cc-attribution.txt \ No newline at end of file
+.. include:: cc-attribution.txt