Skip to content

Commit d5c6fd2

Browse files
Update documentation/SA1305.md
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
1 parent 4b609a0 commit d5c6fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/SA1305.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition, modern code editors such as Visual Studio make it easy to identify
2929

3030
StyleCop assumes that any variable name that begins with one or two lower-case letters followed by an upper-case letter is making use of Hungarian notation, and will flag a violation of this rule in each case. It is possible to declare certain prefixes as legal, in which case they will be ignored. For example, a variable named *onExecute* will appear to StyleCop to be using Hungarian notation, when in reality it is not. Thus, the *on* prefix should be flagged as an allowed prefix.
3131

32-
To configure the list of allowed prefixes, use *stylecop.json* like the following:
32+
To configure the list of allowed prefixes, use **stylecop.json** like the following:
3333

3434
```json
3535
{

0 commit comments

Comments
 (0)