summary refs log tree commit diff stats
path: root/examples/cross_calculator/readme.txt
diff options
context:
space:
mode:
authorLynn C. Rees <lcrees@gmail.com>2017-11-15 13:58:11 -0700
committerAndreas Rumpf <rumpf_a@web.de>2017-11-15 21:58:11 +0100
commitac5dff2e04f4f8e2c4aa6537e89d26c2ca09b946 (patch)
tree1ce0f9f39d2e50009881bbc8e0f8ffc88359e8cb /examples/cross_calculator/readme.txt
parent5e66a7ce591f8abf2cddeffe8389c53a3183c2a8 (diff)
downloadNim-ac5dff2e04f4f8e2c4aa6537e89d26c2ca09b946.tar.gz
Change expr/stmt in examples to untyped (#6734)
Diffstat (limited to 'examples/cross_calculator/readme.txt')
-rw-r--r--examples/cross_calculator/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cross_calculator/readme.txt b/examples/cross_calculator/readme.txt
index 5011792b9..72e4130eb 100644
--- a/examples/cross_calculator/readme.txt
+++ b/examples/cross_calculator/readme.txt
@@ -2,7 +2,7 @@ The cross platform calculator illustrates how to use Nim to create a backend
 called by different native user interfaces.
 
 Since the purpose of the example is to show how the cross platform code
-interacts with Nimrod the actual backend code is just a simple addition proc.
+interacts with Nim the actual backend code is just a simple addition proc.
 By keeping your program logic in Nim you can easily reuse it in different
 platforms.