Fix small spelling typo.

This commit is contained in:
Michael Yoo 2014-04-12 19:06:55 +09:30
parent 346d267e4e
commit 59392ac4e9

View File

@ -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