Documentation

- Fixed formatting problem, which has been there for a long time.
This commit is contained in:
Paul Beckingham 2011-09-16 00:31:19 -04:00
parent c5a834dc98
commit db279ee237

View file

@ -315,10 +315,10 @@ This will remove the second annotation - the first non-exact match.
.B Q: Why Lua as an extension language? .B Q: Why Lua as an extension language?
Lua has many positive attributes: Lua has many positive attributes:
- Lua is written using tight, fast, standard C - Lua is written using tight, fast, standard C
- Lua is a breeze to integrate into any product - Lua is a breeze to integrate into any product
- The Lua source code is beautifully written - The Lua source code is beautifully written
- Lua is a small language - Lua is a small language
Guile, Scheme and Neko were also considered. Guile, Scheme and Neko were also considered.