Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposed/http-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ interface UriInterface
* Retrieve the path segment of the URI.
*
* This method MUST return a string; if no path is present it MUST return
* an empty string.
* the string "/".
*
* @return string The path segment of the URI.
*/
Expand Down