diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/keep_data_small.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/keep_data_small.txt b/docs/keep_data_small.txt index 5137dffc6..66f92b321 100644 --- a/docs/keep_data_small.txt +++ b/docs/keep_data_small.txt @@ -122,6 +122,6 @@ less readable, use #defines: Word of caution -If applet doesn't use much of global data, converting it to using -one of above methods is not worth resulting code obfuscation. -If you have less that ~300 bytes of global data - don't bother. +If applet doesn't use much of global data, converting it to use +one of above methods is not worth the resulting code obfuscation. +If you have less than ~300 bytes of global data - don't bother. |