Skip to content

Commit 4672b3b

Browse files
committed
Fix typo in Javadoc
1 parent d12b2d6 commit 4672b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/binary/Base64Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ public void testTripletsChunked() {
11121112
}
11131113

11141114
/**
1115-
* Tests url-safe Base64 against random data, sizes 0 to 150.
1115+
* Tests URL-safe Base64 against random data, sizes 0 to 150.
11161116
*/
11171117
@Test
11181118
public void testUrlSafe() {

0 commit comments

Comments
 (0)