Skip to content

Commit

Permalink
Merged for javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Nov 26, 2023
2 parents 7a2c340 + 5d65702 commit 30a4c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mug/src/main/java/com/google/mu/util/StringFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public final <R> Optional<R> parseGreedy(
}

/**
* Similar to {@link #parse(String, MapFrom3)}, parses {@code input} and applies {@code mapper}
* Similar to {@link #parse(String, Ternary)}, parses {@code input} and applies {@code mapper}
* with the 3 placeholder values in this format string, but matches the placeholders backwards
* from the end to the beginning of the input string.
*
Expand All @@ -518,7 +518,7 @@ public final <R> Optional<R> parseGreedy(
}

/**
* Similar to {@link #parse(String, MapFrom4)}, parses {@code input} and applies {@code mapper}
* Similar to {@link #parse(String, Quarternary)}, parses {@code input} and applies {@code mapper}
* with the 3 placeholder values in this format string, but matches the placeholders backwards
* from the end to the beginning of the input string.
*
Expand All @@ -536,7 +536,7 @@ public final <R> Optional<R> parseGreedy(
}

/**
* Similar to {@link #parse(String, MapFrom5)}, parses {@code input} and applies {@code mapper}
* Similar to {@link #parse(String, Quinary)}, parses {@code input} and applies {@code mapper}
* with the 5 placeholder values in this format string, but matches the placeholders backwards
* from the end to the beginning of the input string.
*
Expand Down

0 comments on commit 30a4c13

Please sign in to comment.