Skip to content

Commit 1926e5e

Browse files
baxirysauerbraten
authored andcommitted
remove repeated word in doc
1 parent 049f5e8 commit 1926e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ The iteration value will then not be used as context (`.`); instead, the parent
404404

405405
#### Channels
406406

407-
When iterating over a channel, you can can have Jet assign the iteration value to another value in order to keep the parent context, similar to the two-variables syntax for slices and maps:
407+
When iterating over a channel, you can have Jet assign the iteration value to another value in order to keep the parent context, similar to the two-variables syntax for slices and maps:
408408

409409
{{ range v := c }}
410410
{{v}}

0 commit comments

Comments
 (0)