Skip to content

Commit 5f6657b

Browse files
authored
Do not initialise function context direction from message direction (#919)
1 parent 24cb113 commit 5f6657b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/formatting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ the following steps are taken:
287287
288288
- The current _locale_,
289289
potentially including a fallback chain of locales.
290-
- The base directionality of the _message_ and its _text_ tokens.
290+
- The base directionality of the _expression_.
291+
By default, this is undefined or empty.
291292
292293
If the resolved mapping of _options_ includes any _`u:` options_
293294
supported by the implementation, process them as specified.

0 commit comments

Comments
 (0)