Skip to content

Commit 330ed6c

Browse files
committed
AliasAssign can create sequences plural
1 parent 202d7f3 commit 330ed6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/template.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ $(H4 $(LNAME2 seq-ops, Sequence Operations))
932932
$(UL
933933
$(LI Construct a new sequence using the original sequence (or a slice of it) and additional elements before or after it.)
934934
$(LI Use $(DDSUBLINK spec/declaration, AliasAssign, Alias Assignment)
935-
to build a new sequence iteratively.)
935+
to build new sequences iteratively.)
936936
)
937937
$(P Sequences can 'unroll' code for each element using a
938938
$(DDSUBLINK spec/statement, foreach_over_tuples, `foreach` statement).)

0 commit comments

Comments
 (0)