diff options
author | 2012-06-29 16:32:32 -0400 | |
---|---|---|
committer | 2012-06-29 16:32:32 -0400 | |
commit | ea99f38866cdea4d0edd20ac7e13186f4b7952e7 (patch) | |
tree | 5e34eb893ae891b946fce71bf07b1441d543846f | |
parent | 0c0cdfff1cacbcc467c396fd310cc8605654e9be (diff) | |
download | textadept-ea99f38866cdea4d0edd20ac7e13186f4b7952e7.tar.gz textadept-ea99f38866cdea4d0edd20ac7e13186f4b7952e7.zip |
Updated manual; doc/01_Introduction.md
-rw-r--r-- | doc/01_Introduction.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/01_Introduction.md b/doc/01_Introduction.md index 0bdf97e2..46d3dfcf 100644 --- a/doc/01_Introduction.md +++ b/doc/01_Introduction.md @@ -25,9 +25,9 @@ than ever before, though using LuaJIT is overkill. Textadept is minimalist. Not only is this apparent in the UI, but the editor's C core was designed to never exceed 2000 lines of code and its Lua extension code -is not supposed to go beyond 4000 lines. After 4 1/2 years of development, -Textadept has fewer lines of code (~5000) than it did in its first release -(~5600) and is vastly superior in every respect. +is not supposed to go beyond 4000 lines. After 4 1/2 years of development, even +though Textadept has about the same number of lines of code than it did in its +first release (~5600), it is vastly superior in every respect. ### Ridiculously Extensible |