Skip to content

Commit af58537

Browse files
committed
readme: 'All' method usage link
1 parent a948190 commit af58537

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ ints, err := seq2.Slice(intSeq) //[1 2 3], invalid syntax
476476

477477
### Sequence API
478478

479-
To use any collection or loop as a rangefunc sequecne just call `All`
480-
method of that one.
479+
To use any collection or loop as a rangefunc sequecne just call
480+
[All](#iterating-over-collections) method of that one.
481481

482482
In many cases the API likes the
483483
[loop](#loop-kvloop-and-breakable-versions-breakloop-breakkvloop) API.

internal/docs/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ include::../examples/seqexamples/seq2_filter_convert_reduce_test.go[lines=14..17
283283
----
284284
==== Sequence API
285285

286-
To use any collection or loop as a rangefunc sequecne just call `link:#iterating-over-loops[All]` method of that one.
286+
To use any collection or loop as a rangefunc sequecne just call link:#iterating-over-collections[All] method of that one.
287287

288288
In many cases the API likes the link:#loop-kvloop-and-breakable-versions-breakloop-breakkvloop[loop] API.
289289

0 commit comments

Comments
 (0)