Skip to content

Commit 85d6369

Browse files
author
Paul M. Jones
committed
Merge pull request #42 from Maks3w/patch-2
Typo s/RFC3985/RFC3986/
2 parents ecd001e + 679eea6 commit 85d6369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UriInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public function withFragment($fragment);
300300
* Return the string representation as a URI reference.
301301
*
302302
* Depending on which components of the URI are present, the resulting
303-
* string is either a full URI or relative reference according to RFC 3985,
303+
* string is either a full URI or relative reference according to RFC 3986,
304304
* Section 4.1. The method concatenates the various components of the URI,
305305
* using the appropriate delimiters:
306306
*

0 commit comments

Comments
 (0)