Skip to content

Commit

Permalink
Fix typo in UriUtils Javadoc
Browse files Browse the repository at this point in the history
Closes gh-30598
  • Loading branch information
valfirst authored and sbrannen committed Jul 7, 2023
1 parent 35c7e39 commit 8d6b0eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -307,7 +307,7 @@ public static String encode(String source, String encoding) {
* meaning, anywhere within a URI, as defined in
* <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>.
* This is useful to ensure that the given String will be preserved as-is
* and will not have any o impact on the structure or meaning of the URI.
* and will not have any impact on the structure or meaning of the URI.
* @param source the String to be encoded
* @param charset the character encoding to encode to
* @return the encoded String
Expand Down

0 comments on commit 8d6b0eb

Please sign in to comment.