Skip to content

Commit 8f9ff35

Browse files
committed
forgot the bar.com part in the quotedByWithEscapes() method javadoc
1 parent cbb1816 commit 8f9ff35

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
@@ -384,7 +384,7 @@ public static Parser<String> quotedByWithEscapes(
384384
* quotedByWithEscapes("(http://", ')', chars(1)).parse("(http://foo\\\\bar.com)");
385385
* }</pre>
386386
*
387-
* will treat the escaped character as literal and return {@code "foo\\bar"}.
387+
* will treat the escaped character as literal and return {@code "foo\\bar.com"}.
388388
*
389389
* @since 9.9.3
390390
*/

0 commit comments

Comments
 (0)