Skip to content

Commit defbacb

Browse files
authored
Update CanonicalABI.md
mirror change from definitions.py
1 parent ee6e78e commit defbacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ definitions via the `cx` parameter of type `CallContext`:
219219
class CallContext:
220220
opts: CanonicalOptions
221221
inst: ComponentInstance
222-
lenders: [Handle]
222+
lenders: [HandleElem]
223223
borrow_count: int
224224

225225
def __init__(self, opts, inst):

0 commit comments

Comments
 (0)