Skip to content

Commit e067b4f

Browse files
committed
change formatting for reserved character message
1 parent 59d3d54 commit e067b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RuleDocumentation/AvoidReservedCharInCmdlet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##Description
66

77
You cannot use following reserved characters in a function name. These characters usually cause a parsing error. Otherwise they will generally cause runtime errors.
8-
#,(){}[]&/\\$^;:\"'<>|?@`*%+=~
8+
'#,(){}[]&/\\$^;:\"'<>|?@`*%+=~'
99

1010

1111
##How to Fix

0 commit comments

Comments
 (0)