Skip to content

Commit 6bc02b2

Browse files
authored
Update README.md
1 parent 3b83776 commit 6bc02b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
77

88
-[`BiStream`](./mug/src/main/java/com/google/mu/util/stream/README.md) – streams `Map` and pair-wise collections
99
`BiStream.map(map).filterKeys(...).mapValues(...).toMap()`
10-
-[`Substring`](https://github.com/google/mug/wiki/Substring-Explained) – composable substring manipulation
10+
-[`Substring`](https://github.com/google/mug/wiki/Substring-Explained) – composable substring extraction & manipulation
1111
`Substring.between("(", ")").from("call(foo)") → "foo"`
1212
-[`StringFormat`](https://github.com/google/mug/wiki/StringFormat-Explained) – compile-time-safe bidirectional parsing/formatting
1313
`new StringFormat("/home/{user}/{year}-{month}-{day}").parse(filePath, (user, year, month, day) -> ...)`

0 commit comments

Comments
 (0)