diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae1cd4..9df1dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New-*Exception - Use `ThrowTerminatingError` instead of `throw`. Fixes [#177](https://github.com/dsccommunity/DscResource.Common/issues/177). +- Fix typo in `Clear-ZeroedEnumPropertyValue` help text. Fixes [#181](https://github.com/dsccommunity/DscResource.Common/issues/181). ## [0.24.2] - 2025-08-27 diff --git a/source/Private/Clear-ZeroedEnumPropertyValue.ps1 b/source/Private/Clear-ZeroedEnumPropertyValue.ps1 index 0209889..e460b43 100644 --- a/source/Private/Clear-ZeroedEnumPropertyValue.ps1 +++ b/source/Private/Clear-ZeroedEnumPropertyValue.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Removes any properties from a hashable which have values that are + Removes any properties from a hashtable which have values that are type [System.Enum] and have an [System.Int32] value of 0. .DESCRIPTION - Removes any properties from a hashable which have values that are + Removes any properties from a hashtable which have values that are type [System.Enum] and have an [System.Int32] value of 0. .PARAMETER InputObject