summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolf <Olf0@users.noreply.github.com>2022-11-29 21:26:15 +0100
committerMichal Domonkos <mdomonko@redhat.com>2023-03-13 15:32:25 +0100
commit393be1b139b99b062d80c5eb9d13f7a411bde170 (patch)
tree84a7acb28f8a30fab4c0edadd1a8f44a51d4e590
parentdad1de043b6c04f4de746b5e390d2d03baa7de24 (diff)
downloadrpm-393be1b139b99b062d80c5eb9d13f7a411bde170.tar.gz
Add missed full stop.
(cherry picked from commit 642dafdfc9920a563796f117923376904cf6671a)
-rw-r--r--docs/manual/spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/spec.md b/docs/manual/spec.md
index c023131e3..1cf20fe62 100644
--- a/docs/manual/spec.md
+++ b/docs/manual/spec.md
@@ -99,7 +99,7 @@ Version of the packaged content, typically software.
The version string consists of alphanumeric characters, which can optionally
be segmented with the separators `.`, `_` and `+`, plus `~` and `^` (see below).
-Tilde (`~`) can be used to force sorting lower than base (1.1\~201601 < 1.1)
+Tilde (`~`) can be used to force sorting lower than base (1.1\~201601 < 1.1).
Caret (`^`) can be used to force sorting higher than base (1.1^201601 > 1.1).
These are useful for handling pre- and post-release versions, such as
1.0\~rc1 and 2.0^a.