diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-08-16 00:23:37 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-16 00:23:37 +0200 |
commit | b78114ce507757cd79649212bd17dc86965aa4ef (patch) | |
tree | f17bb4e172fc2feea45b9e45fd739ecd344c8136 /changelog.md | |
parent | 1061e26bc997cd3b74c6b08862ad7145039f2550 (diff) | |
download | Nim-b78114ce507757cd79649212bd17dc86965aa4ef.tar.gz |
minor edit to the changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 5437f16ac..441b09042 100644 --- a/changelog.md +++ b/changelog.md @@ -141,7 +141,7 @@ the [manual](manual.html#macros-for-loop-macros) for more details. This feature enables a Python-like generic ``enumerate`` implementation. -- Case statements can now be rewritten via macros. See the [manual]() for more information. +- Case statements can now be rewritten via macros. See the [manual](manual.html#macros-case-statement-macros) for more information. This feature enables custom pattern matchers. |