mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Fixed a typo in Sign->setText() docs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user