Skip to content

Commit 88bd464

Browse files
C# remove spurious spaces in <code> tag
1 parent f587db4 commit 88bd464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Bad Practices/UseOfSystemOutputStream.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>Writing directly to system output streams is often used as an unstructured form of logging. A
77
proper logging mechanism is a better way to direct messages to the desired location and also
88
ensures that no critical information is leaked to the standard outputs. The rule points out any
9-
call to the <code> Console.Write*(...)</code> methods and any access to <code>Console.Out</code> or
9+
call to the <code>Console.Write*(...)</code> methods and any access to <code>Console.Out</code> or
1010
<code>Console.Error</code>.</p>
1111

1212
</overview>

0 commit comments

Comments
 (0)