Skip to content

Commit 6d68d3a

Browse files
authored
(maint) Don't escape the $ in versioncmp doc
1 parent a980249 commit 6d68d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/functions/versioncmp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Prototype:
66
#
7-
# \$result = versioncmp(a, b)
7+
# $result = versioncmp(a, b)
88
#
99
# Where a and b are arbitrary version strings.
1010
#

0 commit comments

Comments
 (0)