From 7efaa287a4838c0b211cd8cfe4b665d38a7f6f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 17 Apr 2019 16:25:17 +0100 Subject: [PATCH] version.md: removed slashes (#60917) --- doc/cask_language_reference/stanzas/version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cask_language_reference/stanzas/version.md b/doc/cask_language_reference/stanzas/version.md index b6251292bec..3c51403498b 100644 --- a/doc/cask_language_reference/stanzas/version.md +++ b/doc/cask_language_reference/stanzas/version.md @@ -49,6 +49,6 @@ The examples above can become hard to read, however. Since many of these changes | `dots_to_hyphens` | `1.2.3-a45,ccdd88` | `1-2-3-a45,ccdd88` | | `no_dots` | `1.2.3-a45,ccdd88` | `123-a45,ccdd88` | -Similar to `dots_to_hyphens`, we provide all logical permutations of `{dots,hyphens,underscores,slashes}_to_{dots,hyphens,underscores,slashes}`. The same applies to `no_dots` in the form of `no_{dots,hyphens,underscores,slashes}`, with an extra `no_dividers` that applies all of those at once. +Similar to `dots_to_hyphens`, we provide all logical permutations of `{dots,hyphens,underscores}_to_{dots,hyphens,underscores}`. The same applies to `no_dots` in the form of `no_{dots,hyphens,underscores}`, with an extra `no_dividers` that applies all of those at once. Finally, there are `before_colon` and `after_colon` that act like their `comma` counterparts. These four are extra special to allow for otherwise complex cases, and should be used sparingly. There should be no more than one of `,` and `:` per `version`. Use `,` first, and `:` only if absolutely necessary.