summary refs log tree commit diff stats
path: root/examples/cross_todo/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cross_todo/readme.txt')
-rw-r--r--examples/cross_todo/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cross_todo/readme.txt b/examples/cross_todo/readme.txt
index 5be01e197..44e8c47aa 100644
--- a/examples/cross_todo/readme.txt
+++ b/examples/cross_todo/readme.txt
@@ -1,4 +1,4 @@
-The cross platform todo illustrates how to use Nim to create a backend
+This cross platform todo illustrates how to use Nim to create a backend
 called by different native user interfaces.
 
 This example builds on the knowledge learned from the cross_calculator example.