diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-13 16:04:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-13 16:04:20 +0000 |
commit | a200e0aaff1eb04789057603f528510c1da1c4d2 (patch) | |
tree | 56960e4e5b4ee7e38121ceb05394f4738db0efa8 /docs/src/goals.dox | |
parent | af4eb6b7901f0871d46b4de27486f47266f24e99 (diff) | |
download | ChibiOS-a200e0aaff1eb04789057603f528510c1da1c4d2.tar.gz ChibiOS-a200e0aaff1eb04789057603f528510c1da1c4d2.tar.bz2 ChibiOS-a200e0aaff1eb04789057603f528510c1da1c4d2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@756 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/goals.dox')
-rw-r--r-- | docs/src/goals.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/goals.dox b/docs/src/goals.dox index 3a2209f0c..13e764802 100644 --- a/docs/src/goals.dox +++ b/docs/src/goals.dox @@ -64,8 +64,8 @@ * can report memory exhausted.
*
* <h3>Very simple APIs</h3>
- * Every API should have the parameters you would expect for that function, no
- * more no less. Each API does a single thing with no options.
+ * Each API should have the parameters you would expect for that function and
+ * do just one thing with no options.
*
* <h3>Fast and compact</h3>
* Note, first "fast" then "compact", the focus is on speed and execution
|