Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b27493d

Browse files
authored
Remove inappropriate normative statement from errors (#771)
* 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)
1 parent a037ba7 commit b27493d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

spec/errors.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# MessageFormat 2.0 Errors
22

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

912
## Error Handling

0 commit comments

Comments
 (0)