We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1233a commit eb9d37fCopy full SHA for eb9d37f
mug-guava/src/main/java/com/google/mu/safesql/SafeSql.java
@@ -469,7 +469,7 @@ public static SafeSql nonNegativeLiteral(int number) {
469
* SafeSql.optionally("WHERE {filter}", getOptionalWhereClause()));
470
* }</pre>
471
*
472
- * @deprecated Use {@code SafeSql.of("{foo? -> OR foo?}", optionalFoo)} intead of
+ * @deprecated Use {@code SafeSql.of("{foo? -> OR foo?}", optionalFoo)} instead of
473
* {@code optionally("or {foo}", optionalFoo)} because the former allows
474
* you to reference {@code foo?} multiple times in the right hand side snippet.
475
*/
0 commit comments