Skip to content

Commit 8d6b0eb

Browse files
valfirstsbrannen
authored andcommitted
Fix typo in UriUtils Javadoc
Closes gh-30598
1 parent 35c7e39 commit 8d6b0eb

File tree

1 file changed

+1
-1
lines changed
  • spring-web/src/main/java/org/springframework/web/util

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/util/UriUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public static String encode(String source, String encoding) {
307307
* meaning, anywhere within a URI, as defined in
308308
* <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>.
309309
* This is useful to ensure that the given String will be preserved as-is
310-
* and will not have any o impact on the structure or meaning of the URI.
310+
* and will not have any impact on the structure or meaning of the URI.
311311
* @param source the String to be encoded
312312
* @param charset the character encoding to encode to
313313
* @return the encoded String

0 commit comments

Comments
 (0)