From 4cef330f0b233291e8987f4f7fb0bcdd660a4d88 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Mon, 14 Sep 2015 14:51:50 +0200 Subject: [PATCH] Fix method doc --- system/src/Grav/Common/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php index 67b776b86..a9db2cfc9 100644 --- a/system/src/Grav/Common/Utils.php +++ b/system/src/Grav/Common/Utils.php @@ -159,7 +159,7 @@ abstract class Utils } /** - * Truncate HTML by number of characters. not "word-safe"! + * Truncate HTML by number of characters in a "word-safe" manor. * * @param string $text * @param int $length