Skip to content

Commit 7aa19ea

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/src/Linq/MissedCastOpportunity.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<p>Casts are often used when you iterate over a collection of elements of a type that is known to
77
contain only elements of a different type (possibly more specific). For example, <code>List&lt;Animal
88
&gt; </code> might refer to a collection of instances of <code>Dog</code>, a class derived from
9-
<code> Animal</code>. Programmers often write a loop to iterate over the collection and cast each
10-
<code> Animal</code> in turn to <code>Dog</code> before using it</p>
9+
<code>Animal</code>. Programmers often write a loop to iterate over the collection and cast each
10+
<code>Animal</code> in turn to <code>Dog</code> before using it</p>
1111

1212
</overview>
1313
<recommendation>

0 commit comments

Comments
 (0)