Skip to content

Commit

Permalink
Fix Typo (#77104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchiman authored Oct 17, 2022
1 parent 960e4d7 commit 6dc9a74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static ReadOnlyCollection<T> Visit<T>(ReadOnlyCollection<T> nodes, Func<T
/// </summary>
/// <typeparam name="T">The type of the expression.</typeparam>
/// <param name="node">The expression to visit.</param>
/// <param name="callerName">The name of the calling method; used to report to report a better error message.</param>
/// <param name="callerName">The name of the calling method; used to report a better error message.</param>
/// <returns>The modified expression, if it or any subexpression was modified;
/// otherwise, returns the original expression.</returns>
/// <exception cref="InvalidOperationException">The visit method for this node returned a different type.</exception>
Expand All @@ -146,7 +146,7 @@ public static ReadOnlyCollection<T> Visit<T>(ReadOnlyCollection<T> nodes, Func<T
/// </summary>
/// <typeparam name="T">The type of the expression.</typeparam>
/// <param name="nodes">The expression to visit.</param>
/// <param name="callerName">The name of the calling method; used to report to report a better error message.</param>
/// <param name="callerName">The name of the calling method; used to report a better error message.</param>
/// <returns>The modified expression, if it or any subexpression was modified;
/// otherwise, returns the original expression.</returns>
/// <exception cref="InvalidOperationException">The visit method for this node returned a different type.</exception>
Expand Down

0 comments on commit 6dc9a74

Please sign in to comment.