From 333b44a238d8eb3c1dead52175b68a5b37c48683 Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Thu, 1 Oct 2020 00:51:41 -0500 Subject: [PATCH] Correct statement about link with wikiN: needing N to be 1 (should be 0..N-1) --- doc/specification.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specification.wiki b/doc/specification.wiki index 66d1303..763deb4 100644 --- a/doc/specification.wiki +++ b/doc/specification.wiki @@ -644,7 +644,7 @@ An *interwiki link* is represented by one of the following: An *indexed interwiki link* is represented by the following: 1. A [[#link start seq|link start seq]] 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 `:`) 5. A [[#link path|link path]] 6. An optional [[#link anchor|link anchor]]