Skip to content

Commit

Permalink
Merge pull request #3212 from derekpyoung/Typo-fix
Browse files Browse the repository at this point in the history
fixed nation to notation
  • Loading branch information
donoghuc committed May 29, 2024
2 parents 8b5802f + 78166f1 commit 7724526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-modules/boltlib/lib/puppet/datatypes/result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# @!method []
# Accesses the `value` hash directly and returns the value for the key. This
# function does not use dot nation. Call the function directly on the `Result`.
# function does not use dot notation. Call the function directly on the `Result`.
# For example, `$result['key']`.
# @!method action
# The type of result. For example, `task` or `command`.
Expand Down

0 comments on commit 7724526

Please sign in to comment.