diff --git a/src/UriInterface.php b/src/UriInterface.php index 6bad904..9a67725 100644 --- a/src/UriInterface.php +++ b/src/UriInterface.php @@ -205,7 +205,7 @@ public function withPort($port); * The path MUST be prefixed with "/"; if not, the implementation MAY * provide the prefix itself. * - * The implementation MUST percent encode reserved characters as + * The implementation MUST percent-encode reserved characters as * specified in RFC 3986, Section 2, but MUST NOT double-encode any * characters. * @@ -227,7 +227,7 @@ public function withPath($path); * Additionally, the query string SHOULD be parseable by parse_str() in * order to be valid. * - * The implementation MUST percent encode reserved characters as + * The implementation MUST percent-encode reserved characters as * specified in RFC 3986, Section 2, but MUST NOT double-encode any * characters. *