Skip to content

Commit

Permalink
Merge pull request #9137 from evgeni/patch-1
Browse files Browse the repository at this point in the history
(maint) Don't escape the `$` in versioncmp doc
  • Loading branch information
joshcooper authored Nov 4, 2023
2 parents a980249 + 6d68d3a commit 9dae140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/functions/versioncmp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Prototype:
#
# \$result = versioncmp(a, b)
# $result = versioncmp(a, b)
#
# Where a and b are arbitrary version strings.
#
Expand Down

0 comments on commit 9dae140

Please sign in to comment.