Skip to content

Commit 9dae140

Browse files
authored
Merge pull request #9137 from evgeni/patch-1
(maint) Don't escape the `$` in versioncmp doc
2 parents a980249 + 6d68d3a commit 9dae140

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)