Skip to content

Commit 202d7f3

Browse files
committed
Reword sub-sequences
1 parent c6a57d3 commit 202d7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/template.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,8 @@ $(H4 $(LNAME2 seq-ops, Sequence Operations))
902902
$(DDSUBLINK spec/expression, index_expressions, indexing) an
903903
$(I AliasSeq) with `Seq[n]`. Indexes must be known at compile-time.
904904
The result is an lvalue when the element is a variable.)
905-
$(LI Sub-sequences can be obtained using
906-
$(DDSUBLINK spec/expression, slice_expressions, slicing) syntax.)
905+
$(LI $(DDSUBLINK spec/expression, slice_expressions, Slicing)
906+
produces a new sequence with a subset of the elements of the original sequence.)
907907
)
908908

909909
$(SPEC_RUNNABLE_EXAMPLE_RUN

0 commit comments

Comments
 (0)