From e7c6c0b4f779621fe52ae795d3a6d8d9565877c5 Mon Sep 17 00:00:00 2001 From: Daniel Hughes <2237515+dan-hughes@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:53:03 +0100 Subject: [PATCH] Fix typo --- CHANGELOG.md | 1 + source/Private/Clear-ZeroedEnumPropertyValue.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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