Skip to content

Commit

Permalink
fixed nation to notation
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpyoung committed May 30, 2023
1 parent cab95d6 commit 78166f1
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 78166f1

Please sign in to comment.