Skip to content

Commit 25fe227

Browse files
committed
Fix typo
1 parent b2d7485 commit 25fe227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class AsyncTask
1313
{
1414
/**
15-
* The back to be executed in the background.
15+
* The task to be executed in the background.
1616
* @var SerializableClosure|AsyncTaskInterface
1717
*/
1818
private SerializableClosure|AsyncTaskInterface $theTask;

0 commit comments

Comments
 (0)