diff options
author | 2010-09-13 20:56:26 -0400 | |
---|---|---|
committer | 2010-09-13 20:56:26 -0400 | |
commit | 411bbee68ad9720379257d7cf7ec77667e10b777 (patch) | |
tree | a3163640f12921837aa9b1c35f0eee6085c4bc29 /doc/manual/1_Introduction.md | |
parent | d151cc218567205dabd081e0536894f2d9930432 (diff) | |
download | textadept-411bbee68ad9720379257d7cf7ec77667e10b777.tar.gz textadept-411bbee68ad9720379257d7cf7ec77667e10b777.zip |
Fixed typo in manual; doc/manual/1_Introduction.md
Diffstat (limited to 'doc/manual/1_Introduction.md')
-rw-r--r-- | doc/manual/1_Introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/1_Introduction.md b/doc/manual/1_Introduction.md index 4a05430f..b1ee0826 100644 --- a/doc/manual/1_Introduction.md +++ b/doc/manual/1_Introduction.md @@ -8,7 +8,7 @@ In a world where code bloat is commonplace and application speed is second to its number of features, Textadept breaks that trend, aiming to stay minimalist and fast, but at the same time being ridiculously extensible. At its core lies less than 2000 lines of C code, and that's how it always will be. While other -editors rely on numerous plugin for a wide range of functionality, recordable +editors rely on numerous plugins for a wide range of functionality, recordable macros to speed up workflow, and shell scripts to quickly transform text, Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded [Lua][Lua] language. Lua is nearly as fast as C, |