From c770a7f14404822c1164a2399079411a37808cfd Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sun, 21 Nov 2010 01:40:37 -0500 Subject: updated serial bootloader spec; other improvements --- source/arduino/static.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/arduino/static.rst') 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 -- cgit v1.2.3