Skip to content

Commit c4a45e3

Browse files
committed
upd
1 parent 11230b3 commit c4a45e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/property-lookup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@
116116
- Call *prop*.Defer() (*if about to defer, implementation may report the cause as unresolved expression in a location*)
117117
- *r* = *prop*.Wrap()
118118
- Return r
119-
- If *base* is a *EventPairBoundType*(*base*) bound type
119+
- If *base* is a type parameter with an `eventOf=, match="type"` constraint
120120
- If *localName* is undefined or (*qual* is specified)
121121
- Return undefined.
122122
- If *localName* = **name**
123-
- Return *EventNameBoundType*(bound).Wrap()
123+
- Return *EventNameType*(type parameter).Wrap()
124124
- If *localName* = **type**
125-
- Return *EventTypeBoundType*(previously introduced name bound).Wrap().
125+
- Return *EventTypeType*(previously introduced EventNameType).Wrap().
126126
- Return undefined.
127127
- Return undefined.
128128

0 commit comments

Comments
 (0)