Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 4e837a8

Browse files
committed
function help updated
1 parent f25615f commit 4e837a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DscResource.AnalyzerRules/DscResource.AnalyzerRules.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,10 +889,10 @@ function Measure-TypeDefinition {
889889
Each keyword should be in all lower case.
890890
891891
.EXAMPLE
892-
Measure-Keyword -TypeDefinitionAst $ScriptBlockAst
892+
Measure-Keyword -Token $Token
893893
894894
.INPUTS
895-
[System.Management.Automation.Language.ScriptBlockAst]
895+
[System.Management.Automation.Language.Token[]]
896896
897897
.OUTPUTS
898898
[Microsoft.Windows.Powershell.ScriptAnalyzer.Generic.DiagnosticRecord[]]

0 commit comments

Comments
 (0)