diff --git a/src/pocketmine/scheduler/CallbackTask.php b/src/pocketmine/scheduler/CallbackTask.php index 1cfc65804..d8e2771a6 100644 --- a/src/pocketmine/scheduler/CallbackTask.php +++ b/src/pocketmine/scheduler/CallbackTask.php @@ -22,7 +22,7 @@ namespace pocketmine\scheduler; /** - * Allows the creation if simple callbacks with extra data + * Allows the creation of simple callbacks with extra data * The last parameter in the callback will be this object * * If you want to do a task in a Plugin, consider extending PluginTask to your needs