Fixed a mistake in Block->isBreakable() doc

This commit is contained in:
Dylan K. Taylor 2017-08-08 22:15:44 +01:00
parent 06083d6dc4
commit 82fd3b540e

View File

@ -436,7 +436,7 @@ class Block extends Position implements BlockIds, Metadatable{
}
/**
* Returns if the item can be broken with an specific Item
* Returns if the block can be broken with an specific Item
*
* @param Item $item
*