summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-09-14 14:24:12 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-09-14 14:24:12 +1000
commit996f14e8bb457d4b3bb13390954b48780cf18469 (patch)
tree9c8e4a5d3be212c52c2cc8b2e8cc35db6def6160 /lib/puppet/parser/functions
parentcad1e0f69ca19b37901f7f289444feae8f9ebd34 (diff)
downloadpuppet-996f14e8bb457d4b3bb13390954b48780cf18469.tar.gz
puppet-996f14e8bb457d4b3bb13390954b48780cf18469.tar.xz
puppet-996f14e8bb457d4b3bb13390954b48780cf18469.zip
Documentation updates for Markdown conversion
Diffstat (limited to 'lib/puppet/parser/functions')
-rw-r--r--lib/puppet/parser/functions/versioncmp.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/parser/functions/versioncmp.rb b/lib/puppet/parser/functions/versioncmp.rb
index 94ba3886f..3dbfb5dc4 100644
--- a/lib/puppet/parser/functions/versioncmp.rb
+++ b/lib/puppet/parser/functions/versioncmp.rb
@@ -14,9 +14,9 @@ Where a and b are arbitrary version strings
This functions returns a number:
-* > 0 if version a is greater than version b
-* == 0 if both version are equals
-* < 0 if version a is less than version b
+* Greate than 0 if version a is greater than version b
+* Equal to 0 if both version are equals
+* Less than 0 if version a is less than version b
Example: