Skip to content

Commit

Permalink
Remove inappropriate normative statement from errors (#771)
Browse files Browse the repository at this point in the history
* Remove inappropriate normative statement from errors

Fixes #763 

The "MAY" statement being replaced is untestable and, indeed, is inconsistent with some of the MUSTard that occurs later.

* Typo (missing space)
  • Loading branch information
aphillips committed Apr 22, 2024
1 parent a037ba7 commit b27493d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions spec/errors.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# MessageFormat 2.0 Errors

Errors in messages and their formatting MAY occur and be detected
at different stages of processing.
Where available,
the use of validation tools is recommended,
Errors can occur during the processing of a _message_.
Some errors can be detected statically,
such as those due to problems with _message_ syntax,
violations of requirements in the data model,
or requirements defined by a _function_.
Other errors might be detected during selection or formatting of a given _message_.
Where available, the use of validation tools is recommended,
as early detection of errors makes their correction easier.

## Error Handling
Expand Down

0 comments on commit b27493d

Please sign in to comment.