From 996f14e8bb457d4b3bb13390954b48780cf18469 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 14 Sep 2010 14:24:12 +1000 Subject: Documentation updates for Markdown conversion --- lib/puppet/parser/functions/versioncmp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/puppet/parser') 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: -- cgit