aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2016-10-16 23:24:30 +0200
committerDrahflow <drahflow@gmx.de>2016-10-16 23:24:30 +0200
commit731a8685e3d3d6b0547a8ded7f8e9face01adc26 (patch)
tree8e579265bf4ca0f38d61c8ec6391773749f2e4f3
parente1c568b09460ff370a2f804f9dab1a311c8b7438 (diff)
Fixed typo
-rw-r--r--doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index ddf7fee..9aee604 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -173,7 +173,7 @@ Recommended reading order
* [how the input gets interpreted](parsing.md)
* [where variables live](scopes.md)
* [global functions](global.md)
-* [executing thing](sexecution.md)
+* [executing things](execution.md)
* [function definition](quoting.md)
* [containers other than arrays](container.md)
* [some interfaces to the operating system](sys.md)