Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jul 11, 2024
1 parent def297e commit 4189b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uri/7.0/base-uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ BaseUri::from("/🍣🍺")->isNetworkPath(); //returns false

### BaseUri::isOpaque

<p class="message-notice">added in version <code>7.5.0</code></p>
<p class="message-notice">since version <code>7.5.0</code></p>

Tells whether the given URI object represents an opaque URI. An URI is said to be
opaque if and only if it is absolute but does not have an authority
Expand Down

0 comments on commit 4189b57

Please sign in to comment.