aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/sizeof.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
commit078edc158da7906ba72e7e6528e1a811e07270e7 (patch)
tree1bc7b2e8137fb5ebfc7b59d59294d7adb9e95468 /docs/source/lang/sizeof.rst
parent5e587be27a7c3bd854b686952a5c9637a2432ff0 (diff)
downloadlibrambutan-078edc158da7906ba72e7e6528e1a811e07270e7.tar.gz
librambutan-078edc158da7906ba72e7e6528e1a811e07270e7.zip
Finished converting the Arduino docs
Diffstat (limited to 'docs/source/lang/sizeof.rst')
-rw-r--r--docs/source/lang/sizeof.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/lang/sizeof.rst b/docs/source/lang/sizeof.rst
index 409a6d7..eae509c 100644
--- a/docs/source/lang/sizeof.rst
+++ b/docs/source/lang/sizeof.rst
@@ -2,8 +2,8 @@
.. _lang-sizeof:
-sizeof()
-========
+``sizeof()``
+============
The ``sizeof`` operator on the Maple returns the number of bytes
needed to store a value of a given type\ [#fcharsize]_. This can be