From 41336996a13ac4e65d62472b2c06712e33bfc4a0 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Wed, 9 Sep 2015 22:06:27 -0700 Subject: [PATCH] Fix ensureRight doc comment --- src/Stringy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Stringy.php b/src/Stringy.php index 2710660..57fea2e 100644 --- a/src/Stringy.php +++ b/src/Stringy.php @@ -365,7 +365,7 @@ class Stringy implements \Countable, \IteratorAggregate, \ArrayAccess } /** - * Ensures that the string begins with $substring. If it doesn't, it's + * Ensures that the string ends with $substring. If it doesn't, it's * appended. * * @param string $substring The substring to add if not present