From 6507f0ac448e346ec13b1358beb398fec6408dc6 Mon Sep 17 00:00:00 2001 From: Tom Harris Date: Tue, 14 Jun 2016 21:13:57 +0100 Subject: [PATCH] Updated documentation. Fixed presumed typos. --- src/Stringy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Stringy.php b/src/Stringy.php index b1399f9..7acfc00 100644 --- a/src/Stringy.php +++ b/src/Stringy.php @@ -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) {