1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-06 21:36:31 +02:00

Updated documentation.

Fixed presumed typos.
This commit is contained in:
Tom Harris
2016-06-14 21:13:57 +01:00
parent 4e214a5195
commit 6507f0ac44

View File

@@ -111,9 +111,9 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
* search for the start string.
*
* @param string $start Delimiter marking the start of the substring
* @param string $end Delimiter marketing the end of the substring
* @param string $end Delimiter marking the end of the substring
* @param int $offset Index from which to begin the search
* @return Stringy Object whose $str has been converted to an URL slug
* @return Stringy Object whose $str is a substring between $start and $end
*/
public function between($start, $end, $offset = 0)
{