aboutsummaryrefslogtreecommitdiffstats
path: root/docs/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
commit19e8336afbc827378216aca2b1af45ef89a108ab (patch)
tree5aeb911d2f697ab3bf6ad9cf3609c19fe7a83346 /docs/source/arduino/static.rst
parentb2653be281539928a7ba92433fe2b7c2e3ef4cd4 (diff)
downloadlibrambutan-19e8336afbc827378216aca2b1af45ef89a108ab.tar.gz
librambutan-19e8336afbc827378216aca2b1af45ef89a108ab.zip
updated serial bootloader spec; other improvements
Diffstat (limited to 'docs/source/arduino/static.rst')
-rw-r--r--docs/source/arduino/static.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/arduino/static.rst b/docs/source/arduino/static.rst
index 76bf949..01f3dbf 100644
--- a/docs/source/arduino/static.rst
+++ b/docs/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