Skip to content

Commit 84743f5

Browse files
IanKempBillWagner
authored andcommitted
remove accidental repetition (#1435)
1 parent 4d58744 commit 84743f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Linq.Expressions/ExpressionVisitor.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<Docs>
260260
<typeparam name="T">The type of the expressions.</typeparam>
261261
<param name="nodes">The expressions to visit.</param>
262-
<param name="callerName">The name of the calling method; used to report to report a better error message.</param>
262+
<param name="callerName">The name of the calling method; used to report a better error message.</param>
263263
<summary>Visits all expressions in the collection, casting the results back to the original expression type.</summary>
264264
<returns>The modified expression collection, if any expression was modified; otherwise, returns the original expression collection.</returns>
265265
<remarks>To be added.</remarks>
@@ -1618,4 +1618,4 @@
16181618
</Docs>
16191619
</Member>
16201620
</Members>
1621-
</Type>
1621+
</Type>

0 commit comments

Comments
 (0)