Skip to content

Commit f2583a5

Browse files
committed
Fix parameter description validation error in platyPSHelp module
1 parent 027dcc5 commit f2583a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platyPSHelp/platyPSHelp.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ function Validate-ServiceMarkdownHelp
491491
$fileErrors += "-- No examples found"
492492
}
493493
}
494-
"*{*}*"
494+
"*@{Text=}*"
495495
{
496496
# This case occurs when there is no description provided for a parameter
497497
$parameter = $content[$idx-1].Substring(5)

0 commit comments

Comments
 (0)