Skip to content

Commit 1c167e0

Browse files
authored
Address phrasing comment on #647 (#674)
Address the comments by @macchiati and @stasm on #647 that came post-merge. Basically this is modifying the informative note about attributes.
1 parent 5a7ab0b commit 1c167e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spec/syntax.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,11 @@ might not match future requirements or usage.
726726
> that of the overall _message_ locale, or use a namespace that later maps to the final
727727
> mechanism.
728728
> - Avoid specifying options for the purpose of linking placeholders
729-
> (such as to pair opening markup to closing markup)
730-
> or require that such options use an implementation-specific namespace
731-
> while cautioning users that such option might be replaced or unavailable later.
729+
> (such as to pair opening markup to closing markup).
730+
> If such an option is created, the implementer should use an
731+
> implementation-specific namespace.
732+
> Users and implementers are cautioned that such options might be
733+
> replaced with a standard mechanism in a future version.
732734
> - Avoid specifying generic options to communicate with translators and
733735
> translation tooling (i.e. implementation-specific options that apply to all
734736
> functions.

0 commit comments

Comments
 (0)