aboutsummaryrefslogtreecommitdiffstats
path: root/source/arduino-compatibility.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-06-13 23:48:56 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-06-13 23:48:56 -0400
commit57f21c8c3a0bd540fd0894a10917e77398ef38b8 (patch)
tree9b7e79add61497d48bab6137da23cad8e2d9c792 /source/arduino-compatibility.rst
parentf3c392a0ce87823f740dabf7180d6387ec370ca5 (diff)
downloadlibrambutan-57f21c8c3a0bd540fd0894a10917e77398ef38b8.tar.gz
librambutan-57f21c8c3a0bd540fd0894a10917e77398ef38b8.zip
arduino-compatibility: Grammar fix.
Diffstat (limited to 'source/arduino-compatibility.rst')
-rw-r--r--source/arduino-compatibility.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/arduino-compatibility.rst b/source/arduino-compatibility.rst
index 3f6fef1..b564e78 100644
--- a/source/arduino-compatibility.rst
+++ b/source/arduino-compatibility.rst
@@ -15,7 +15,7 @@ Overview
The biggest difference between the Maple and most Arduino boards is
that the Maple uses a 32-bit ARM Cortex-M3 architecture chip, while
the Arduinos have 8-bit Atmel AVR chips. The different instruction set
-means that machine code (which makes up executable binary program) is
+means that machine code (which makes up executable binary programs) is
incompatible between the two, and a different compiler (actually just
a different version of `gcc <http://gcc.gnu.org/>`_) is required.