We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bd464 commit 7aa19eaCopy full SHA for 7aa19ea
csharp/ql/src/Linq/MissedCastOpportunity.qhelp
@@ -6,8 +6,8 @@
6
<p>Casts are often used when you iterate over a collection of elements of a type that is known to
7
contain only elements of a different type (possibly more specific). For example, <code>List<Animal
8
> </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>
+<code>Animal</code>. Programmers often write a loop to iterate over the collection and cast each
+<code>Animal</code> in turn to <code>Dog</code> before using it</p>
11
12
</overview>
13
<recommendation>
0 commit comments