diff options
| author | Drahflow <drahflow@gmx.de> | 2016-10-16 23:24:30 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2016-10-16 23:24:30 +0200 |
| commit | 731a8685e3d3d6b0547a8ded7f8e9face01adc26 (patch) | |
| tree | 8e579265bf4ca0f38d61c8ec6391773749f2e4f3 | |
| parent | e1c568b09460ff370a2f804f9dab1a311c8b7438 (diff) | |
Fixed typo
| -rw-r--r-- | doc/tutorial.md | 2 |
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) |
