Skip to content

Commit bc96f07

Browse files
authored
Merge pull request #83 from rattuscz/patch-1
Typo correction of fibers/coroutines in FAQ
2 parents d5c62d1 + dd16e30 commit bc96f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/async/coroutines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ for more details.
186186

187187
### When to coroutines?
188188

189-
As a rule of thumb, you'll likely want to use fibers when you're working with
189+
As a rule of thumb, you'll likely want to use coroutines when you're working with
190190
async APIs in your controllers with PHP < 8.1 and want to use these async APIs
191191
in a way that resembles a synchronous code flow.
192192

0 commit comments

Comments
 (0)