Skip to content

Commit b96fa6c

Browse files
committed
Fix comma in docs
1 parent c1fde47 commit b96fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/language.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ The `if` and `for` components can be freely mixed. It almost always makes sense
271271
[x, y]
272272
for x in std.range(1, 10)
273273
if x % 3 == 0
274-
for y in std.range(1, 10),
274+
for y in std.range(1, 10)
275275
if y % 2 == 0
276276
]
277277
```

0 commit comments

Comments
 (0)