Skip to content

Commit

Permalink
s/percent encode/percent-encode/
Browse files Browse the repository at this point in the history
- to match language of RFC 3986
  • Loading branch information
weierophinney committed Mar 4, 2015
1 parent 6a3d8f1 commit 6fa1059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UriInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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.
*
Expand Down

0 comments on commit 6fa1059

Please # to comment.