Fixed a typo in Sign->setText() docs

This commit is contained in:
Dylan K. Taylor 2017-10-09 16:56:25 +01:00
parent 97dbf61236
commit 327907988b

View File

@ -65,8 +65,8 @@ class Sign extends Spawnable{
}
/**
* Changes contents of the specific lines to the string provided.
* Leaves contents of the specifc lines as is if null is provided.
* Changes contents of the specific lines to the string provided.
* Leaves contents of the specific lines as is if null is provided.
*
* @param null|string $line1
* @param null|string $line2