Correct statement about link with wikiN: needing N to be 1 (should be 0..N-1)

This commit is contained in:
Chip Senkbeil
2020-10-01 00:51:41 -05:00
committed by Tinmarino
parent 2c10045004
commit 333b44a238
+1 -1
View File
@@ -644,7 +644,7 @@ An *interwiki link* is represented by one of the following:
An *indexed interwiki link* is represented by the following: An *indexed interwiki link* is represented by the following:
1. A [[#link start seq|link start seq]] 1. A [[#link start seq|link start seq]]
2. The sequence `wiki` 2. The sequence `wiki`
3. One or more digits (`0-9`), but must be `1` or higher 3. One or more digits (`0-9`), but must be `0` or higher
4. A colon (`U+003A` aka `:`) 4. A colon (`U+003A` aka `:`)
5. A [[#link path|link path]] 5. A [[#link path|link path]]
6. An optional [[#link anchor|link anchor]] 6. An optional [[#link anchor|link anchor]]