Skip to content

Commit a4bcf27

Browse files
committed
Fix a typo
1 parent e68d5ff commit a4bcf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/parallel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ or
490490

491491
```julia
492492
@floop begin
493-
@combine acc = init
493+
@init acc = init
494494
for x in xs
495495
y = f(x)
496496
acc = op(acc, y)

0 commit comments

Comments
 (0)