Skip to content

Commit 5ca33f9

Browse files
committed
build warning
1 parent 030264f commit 5ca33f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/concepts/iterators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ On each successive iteration of the `foreach` loop (or the direct call to `IEnum
337337

338338
Iterators don't support the <xref:System.Collections.IEnumerator.Reset%2A?displayProperty=nameWithType> method. To reiterate from the start, you must obtain a new iterator. Calling <xref:System.Collections.IEnumerator.Reset%2A> on the iterator returned by an iterator method throws a <xref:System.NotSupportedException>.
339339

340-
For additional information, see the [C# Language Specification](~/_csharpstandard/standard/classes.md#1515-iterators).
340+
For additional information, see the [C# Language Specification](~/_csharpstandard/standard/classes.md#1515-synchronous-and-asynchronous-iterators).
341341

342342
## Use of Iterators
343343

0 commit comments

Comments
 (0)