diff options
author | Erik Johansson Andersson <ephja@yandex.com> | 2016-02-05 19:11:43 +0100 |
---|---|---|
committer | Erik Johansson Andersson <ephja@yandex.com> | 2016-02-05 19:11:43 +0100 |
commit | f8d98700ac48423f399def1dbb2b4acca8b5c1fe (patch) | |
tree | abad731e6c40cef7e62e676aa43d818181c82f34 /examples/talk | |
parent | ac1e7a245093bb28a1a366f1e169ab50e6660c94 (diff) | |
download | Nim-f8d98700ac48423f399def1dbb2b4acca8b5c1fe.tar.gz |
nimrod -> nim
Diffstat (limited to 'examples/talk')
-rw-r--r-- | examples/talk/dsl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/talk/dsl.nim b/examples/talk/dsl.nim index 4dfab5cd7..1034c99d4 100644 --- a/examples/talk/dsl.nim +++ b/examples/talk/dsl.nim @@ -28,6 +28,6 @@ html mainPage: title "now look at this" body: ul: - li "Nimrod is quite capable" + li "Nim is quite capable" echo mainPage() |