mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Fix gender pronouns and the odd typo (#31709)
This commit is contained in:
parent
e2f16cfaf7
commit
1234a79349
6 changed files with 7 additions and 7 deletions
|
@ -102,7 +102,7 @@ Function Fail-Json($obj, $message = $null)
|
|||
|
||||
# Helper function to add warnings, even if the warnings attribute was
|
||||
# not already set up. This is a convenience for the module developer
|
||||
# so he does not have to check for the attribute prior to adding.
|
||||
# so they do not have to check for the attribute prior to adding.
|
||||
Function Add-Warning($obj, $message)
|
||||
{
|
||||
if (-not $obj.ContainsKey("warnings")) {
|
||||
|
@ -116,7 +116,7 @@ Function Add-Warning($obj, $message)
|
|||
|
||||
# Helper function to add deprecations, even if the deprecations attribute was
|
||||
# not already set up. This is a convenience for the module developer
|
||||
# so he does not have to check for the attribute prior to adding.
|
||||
# so they do not have to check for the attribute prior to adding.
|
||||
Function Add-DeprecationWarning($obj, $message, $version = $null)
|
||||
{
|
||||
if (-not $obj.ContainsKey("deprecations")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue