Skip to content

Commit 7e79ca7

Browse files
committed
Whitespace
1 parent 74d44f9 commit 7e79ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/type-system/flow-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ Definitions:
472472
- Let `p2` be the set `p1 \ { provisionalType }` _(where `\` denotes set
473473
difference)_.
474474
- If the `written` type is in `p2` then `newPromotionChain` is
475-
`[...promotionChain, written]`. _Writing a value
476-
whose static type is a type of interest promotes to that type._
475+
`[...promotionChain, written]`. _Writing a value whose static type is a
476+
type of interest promotes to that type._
477477
- _By precondition, `written <: declared` and `written <: T` for all types
478478
in `promotionChain`. Therefore, `newPromotionChain` satisfies the
479479
definition of a promotion chain, and is valid for declared type

0 commit comments

Comments
 (0)