Skip to content

Commit 58dd661

Browse files
eemeliaphillips
andauthored
Fix normative language in notes (#1010)
* Fix normative language in notes * Subjectify functions & function options Co-authored-by: Addison Phillips <[email protected]> * Update spec/intro.md --------- Co-authored-by: Addison Phillips <[email protected]>
1 parent 2727a5a commit 58dd661

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

spec/intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ which satisfy either of the following two requirements:
118118

119119
All other _identifiers_ in these categories are reserved for the use of implementations or users.
120120

121-
> [!NOTE]
122-
> Users defining custom _identifiers_ SHOULD include at least one character outside these ranges
123-
> to ensure that they will be compatible with future versions of this specification.
124-
> They SHOULD also use the _namespace_ feature to avoid collisions with other implementations.
121+
> [!IMPORTANT]
122+
> Implementation-defined or user-defined _functions_ and _function_ _options_
123+
> SHOULD use a _namespace_ as part of their _identifiers_
124+
> to help avoid collisions with other implementations.
125125
126126
Future versions of this specification will not introduce changes
127127
to the data model that would result in a data model representation

spec/syntax.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ A **_<dfn>local variable</dfn>_** is a _variable_ created as the result of a _lo
117117
> that use the UTF-16 encoding
118118
> and do not check for unpaired surrogates.
119119
> (Strings in Java or JavaScript are examples of this.)
120-
> These code points SHOULD NOT be used in a _message_.
121120
> Unpaired surrogate code points are likely an indication of mistakes
122121
> or errors in the creation, serialization, or processing of the _message_.
123122
> Many processes will convert them to

0 commit comments

Comments
 (0)