From 9b97edced499c9adf7f58c20b69e0d93232c3dd1 Mon Sep 17 00:00:00 2001 From: runseb Date: Tue, 1 Dec 2015 16:28:45 +0100 Subject: [PATCH] Omitting parts have the wrong direction Pretty sure you meant from right to left here --- docs/templates/registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/registry.md b/docs/templates/registry.md index 599590bcd..b80e5ba13 100644 --- a/docs/templates/registry.md +++ b/docs/templates/registry.md @@ -26,7 +26,7 @@ consists of a MAJOR version, a MINOR version and a PATCH version, and can be represented as a three part string starting with the letter `v` and using dot delimiters between the parts. For example `v1.1.0`. -Parts may be omitted from left to right, up to but not include the MAJOR +Parts may be omitted from right to left, up to but not include the MAJOR version. All omitted parts default to zero. So, for example: * `v1.1` is equivalent to `v1.1.0`, and