Skip to content

Commit 97c17eb

Browse files
authored
Merge pull request Azure#3296 from cormacpayne/fix-validate
Fix parameter description validation error in platyPSHelp module
2 parents 80f64e8 + f2583a5 commit 97c17eb

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)