Skip to content

Commit 679eea6

Browse files
committed
Typo s/RFC3985/RFC3986/
1 parent 9723465 commit 679eea6

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
@@ -295,7 +295,7 @@ public function withFragment($fragment);
295295
* Return the string representation as a URI reference.
296296
*
297297
* Depending on which components of the URI are present, the resulting
298-
* string is either a full URI or relative reference according to RFC 3985,
298+
* string is either a full URI or relative reference according to RFC 3986,
299299
* Section 4.1. The method concatenates the various components of the URI,
300300
* using the appropriate delimiters:
301301
*

0 commit comments

Comments
 (0)