From 327907988bb211097aa487955fa58946f2b0c56d Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 9 Oct 2017 16:56:25 +0100 Subject: [PATCH] Fixed a typo in Sign->setText() docs --- src/pocketmine/tile/Sign.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/tile/Sign.php b/src/pocketmine/tile/Sign.php index c8e229fb8..7a9e85a50 100644 --- a/src/pocketmine/tile/Sign.php +++ b/src/pocketmine/tile/Sign.php @@ -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