Skip to content

Commit 43b97d8

Browse files
committed
Merge branch 'master' of github.com:google/mug
2 parents 0ec9c29 + acf0341 commit 43b97d8

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
@@ -11,7 +11,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
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}/{date}").parse(filePath, (user, date) -> ...)`
14-
-[`SafeSql`](./mug-guava/src/main/java/com/google/mu/safesql/README.md) – SQL template (***0 injection risk***)
14+
-[`SafeSql`](./mug-guava/src/main/java/com/google/mu/safesql/README.md) – SQL template (***strong type guarantee, no SQL injection***)
1515
```SafeSql.of("select id, `{col}` from Users where id = {id}", col, id)```
1616
-[`DateTimeFormats`](./mug/src/main/java/com/google/mu/time/README.md) – parse datetimes by example
1717
`DateTimeFormatter format = formatOf("2024-03-14 10:00:00.123 America/New_York")`

0 commit comments

Comments
 (0)