1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-13 16:53:59 +02:00

Fix ensureRight doc comment

This commit is contained in:
Daniel St. Jules
2015-09-09 22:06:27 -07:00
parent a8793ff711
commit 41336996a1

View File

@@ -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. * appended.
* *
* @param string $substring The substring to add if not present * @param string $substring The substring to add if not present