Skip to content

Commit

Permalink
Merge pull request #39 from xingyutangyuan/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in StringFormat javadoc
  • Loading branch information
fluentfuture authored Oct 9, 2023
2 parents 8122b12 + e799967 commit 6b9ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mug/src/main/java/com/google/mu/util/StringFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public <R> R parseOrThrow(String input, BiFunction<? super String, ? super Strin

/**
* Similar to {@link #parseOrThrow(String, BiFunction)}, but parses {@code input} and applies
* {@code mapper} with the <em>2</em> placeholder values in this format string.
* {@code mapper} with the <em>3</em> placeholder values in this format string.
*
* <p>For example:
*
Expand Down

0 comments on commit 6b9ffa2

Please sign in to comment.