Remove a duplicated sentence (#272)
Must have been a leftover from a cut-n-paste frenzy
This commit is contained in:
parent
cae19aab3e
commit
b08024b592
|
@ -1299,7 +1299,6 @@ Although not currently rendered by the template as HTML, they can be extracted b
|
||||||
LDoc, like LuaDoc, generates output HTML using a template, in this case `ldoc/html/ldoc_ltp.lua`. This
|
LDoc, like LuaDoc, generates output HTML using a template, in this case `ldoc/html/ldoc_ltp.lua`. This
|
||||||
is expanded by the powerful but simple preprocessor devised originally by [Rici
|
is expanded by the powerful but simple preprocessor devised originally by [Rici
|
||||||
Lake](http://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor) which is now part of
|
Lake](http://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor) which is now part of
|
||||||
Lake](http://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor) which is now part of
|
|
||||||
Penlight. There are two rules - any line starting with '#' is Lua code, which can also be
|
Penlight. There are two rules - any line starting with '#' is Lua code, which can also be
|
||||||
embedded with '$(...)'.
|
embedded with '$(...)'.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue