We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5c62d1 + dd16e30 commit bc96f07Copy full SHA for bc96f07
1 file changed
docs/async/coroutines.md
@@ -186,7 +186,7 @@ for more details.
186
187
### When to coroutines?
188
189
-As a rule of thumb, you'll likely want to use fibers when you're working with
+As a rule of thumb, you'll likely want to use coroutines when you're working with
190
async APIs in your controllers with PHP < 8.1 and want to use these async APIs
191
in a way that resembles a synchronous code flow.
192
0 commit comments