summary refs log tree commit diff stats
path: root/examples/talk
diff options
context:
space:
mode:
authorErik Johansson Andersson <ephja@yandex.com>2016-02-05 19:11:43 +0100
committerErik Johansson Andersson <ephja@yandex.com>2016-02-05 19:11:43 +0100
commitf8d98700ac48423f399def1dbb2b4acca8b5c1fe (patch)
treeabad731e6c40cef7e62e676aa43d818181c82f34 /examples/talk
parentac1e7a245093bb28a1a366f1e169ab50e6660c94 (diff)
downloadNim-f8d98700ac48423f399def1dbb2b4acca8b5c1fe.tar.gz
nimrod -> nim
Diffstat (limited to 'examples/talk')
-rw-r--r--examples/talk/dsl.nim2
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()