Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Chevalier <tjc@igalia.com>
  • Loading branch information
mihnita and catamorphism authored Sep 19, 2024
1 parent 7d6b8d6 commit d9864fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ public FormattedMessage format(Map<String, Object> arguments) {
/**
* Determines how the formatting errors will be handled at runtime.
*
* <p>Parsing errors always throw and will not be affected by this setting.<br>
* But formatting errors will either try to fallback (if possible) or throw,
* <p>Parsing errors and data model errors always throw and will not be affected by this setting.<br>
* But resolution errors and formatting errors will either try to fallback (if possible) or throw,
* depending on this setting.</p>
*
* <p>Used in conjunction with the
Expand Down

0 comments on commit d9864fa

Please sign in to comment.