From 78166f1b715728f5a8a183c9a615c8a84160064b Mon Sep 17 00:00:00 2001 From: Derek Young Date: Tue, 30 May 2023 15:40:29 -0700 Subject: [PATCH] fixed nation to notation --- bolt-modules/boltlib/lib/puppet/datatypes/result.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt-modules/boltlib/lib/puppet/datatypes/result.rb b/bolt-modules/boltlib/lib/puppet/datatypes/result.rb index 1ee4f74c0f..e263542599 100644 --- a/bolt-modules/boltlib/lib/puppet/datatypes/result.rb +++ b/bolt-modules/boltlib/lib/puppet/datatypes/result.rb @@ -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`.