Skip to content

Commit 36d9520

Browse files
committed
C#: Address doc comments.
1 parent 6b2e339 commit 36d9520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Security Features/CWE-134/UncontrolledFormatString.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or an argument of the wrong type, then <code>System.FormatException</code> is th
1212
</overview>
1313
<recommendation>
1414

15-
<p>Use a string literal for the format string, to prevent the possibility of data flow from
15+
<p>Use a string literal for the format string to prevent the possibility of data flow from
1616
an untrusted source. This also helps to prevent errors where the arguments to
1717
<code>String.Format</code> do not match the format string.</p>
1818

0 commit comments

Comments
 (0)