WikiSyntax: fix header counter
authorWuzzy
Wed, 17 Apr 2019 00:25:16 +0100
changeset 1737 60b8b33c0392
parent 1736 a44311807172
child 1738 b39890f90341
WikiSyntax: fix header counter
WikiSyntax.wiki
--- a/WikiSyntax.wiki	Wed Apr 17 00:24:51 2019 +0100
+++ b/WikiSyntax.wiki	Wed Apr 17 00:25:16 2019 +0100
@@ -198,7 +198,7 @@
 
 Sometimes the page needs multiple headers with the same name. In this case, the normal header link will always lead to the first header. If you want to link to the *n*th header (starting with 2), append two underscores and the number *n*.
 
-For example, to link to the second header named “Header” in the page “!WikiSyntax”, use `[WikiSyntax#Header__3]`.
+For example, to link to the third header named “Header” in the page “!WikiSyntax”, use `[WikiSyntax#Header__3]`.
 
 === Links to external pages ===