Skip to content

Commit fc6e9be

Browse files
author
Felicity Chapman
committed
Fix incorrect tag
1 parent 39ef869 commit fc6e9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Bad Practices/Naming Conventions/ControlNamePrefixes.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This makes the controls easier to find in Intellisense and also makes the purpos
88

99
</overview>
1010
<recommendation>
11-
<p>Give controls an appropriate prefix to indicate their type (for example, <code>txt</code> for text boxes or <code>rad</rad> for
11+
<p>Give controls an appropriate prefix to indicate their type (for example, <code>txt</code> for text boxes or <code>rad</code> for
1212
radio buttons).</p>
1313

1414
</recommendation>

0 commit comments

Comments
 (0)