diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-04 16:46:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-04 16:46:21 +0200 |
commit | 05ca2987142b95925dba36a9eaef2c22a0f32081 (patch) | |
tree | b687289a7905edc15314fd45584ea8d3faa7caf9 | |
parent | a039dab5e4438328bcba5a2e4ab4a43b5e70c3ea (diff) |
Fix typo in manual
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 9458857..003317b 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -806,7 +806,7 @@ three-component versions (\c{X.Y.Z} with the optional pre-release part per the standard version). Specifically, there is no support for special \c{^X.Y} or \c{~X} semantics offered by some package manager \- if desired, such functionality can be easily achieved with ranges. Also, the \c{0.0.Z} version -is not considered special except as having zero manjor component for the tilde +is not considered special except as having zero major component for the tilde semantics discussed above. Note also that pre-releases do not required any special considerations when |