Mercurial Hosting > luan
diff website/src/diff.html.luan @ 1660:2968e43cdd44
manual work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 19 Apr 2022 23:46:06 -0600 |
parents | 418b610e887b |
children | ba43135bb98d |
line wrap: on
line diff
--- a/website/src/diff.html.luan Tue Apr 19 13:26:33 2022 -0600 +++ b/website/src/diff.html.luan Tue Apr 19 23:46:06 2022 -0600 @@ -98,7 +98,7 @@ %> <p>Unlike Lua, Luan considers the end of a line to be the end of a statement. This catches errors and encourages readability. If you want to continue a statement on another line, you can use a backslash followed by a newline which will be treated as white space.</p> -<p>Luan has exactly the same set of keywords as Lua and has the same other lexical conventions.</p> +<p>Luan has a similar set of keywords to Lua and has the same other lexical conventions.</p> <% end }