summary refs log tree commit diff stats
path: root/doc/nims.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-09-07 15:49:20 +0200
committerAraq <rumpf_a@web.de>2015-09-08 10:22:13 +0200
commit6d654f866de6b76e5e3ce176fe01497e864fbd11 (patch)
tree26ef10735f6512ea4629d9d36b7cc785f29d9935 /doc/nims.txt
parentac79861de9c2dd6e43a3665915cfadb11753eceb (diff)
downloadNim-6d654f866de6b76e5e3ce176fe01497e864fbd11.tar.gz
even better docs
Diffstat (limited to 'doc/nims.txt')
-rw-r--r--doc/nims.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nims.txt b/doc/nims.txt
index a9a2f9da8..ffca60698 100644
--- a/doc/nims.txt
+++ b/doc/nims.txt
@@ -40,7 +40,7 @@ NimScript as a build tool
 =========================
 
 The ``task`` template that the ``system`` module defines allows a NimScript
-file to be used as a build tool. The following exampled defines a
+file to be used as a build tool. The following example defines a
 task ``build`` that is an alias for the ``c`` command:
 
 .. code-block:: nim