Skip to content

Commit c2e8d41

Browse files
committed
careful using this class
1 parent d40f01a commit c2e8d41

File tree

1 file changed

+1
-1
lines changed
  • dot-parse/src/main/java/com/google/common/labs/parse

1 file changed

+1
-1
lines changed

dot-parse/src/main/java/com/google/common/labs/parse/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* But it's more efficient to factor out common left prefix. For example instead of {@code
6060
* anyOf(expr.followedBy(";"), expr)}, use {@code expr.optionallyFollowedBy(";"))} instead.
6161
*
62-
* <p>WARNING: careful this class to parse user-provided input, or in performance critical hot
62+
* <p>WARNING: careful using this class to parse user-provided input, or in performance critical hot
6363
* paths. Parser combinators are not known for optimal performance and recursive grammars can be
6464
* subject to stack overflow error on maliciously crafted input (think of 10K left parens).
6565
*/

0 commit comments

Comments
 (0)