Skip to content

Commit 08be4f6

Browse files
committed
Clarification to default bidi strategy
1 parent b2abea0 commit 08be4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ The _Default Bidi Strategy_ is defined as follows:
936936
right-to-left directionality, and to the message's directionality not being known.
937937
1. For each _expression_ `exp` in _pattern_:
938938
1. Let `fmt` be the formatted string representation of the _resolved value_ of `exp`.
939-
1. Let `dir` be the directionality of `fmt`,
939+
1. Let `dir` be the directionality of the _resolved value_ of `exp`,
940940
one of « `'LTR'`, `'RTL'`, `'unknown'` », with the same meanings as for `msgdir`.
941941
1. Let the boolean value `isolate` be
942942
True if the `u:dir` _option_ of the _resolved value_ of `exp` has a value other than `'inherit'`,

0 commit comments

Comments
 (0)