Skip to content

Commit d1d52de

Browse files
authored
Merge pull request #216 from patrickhuber/patch-3
Handle class was renamed to HandleElem but not all references were updated
2 parents 0b5888f + defbacb commit d1d52de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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):

design/mvp/canonical-abi/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def num_i32_flags(labels):
279279
class CallContext:
280280
opts: CanonicalOptions
281281
inst: ComponentInstance
282-
lenders: [Handle]
282+
lenders: [HandleElem]
283283
borrow_count: int
284284

285285
def __init__(self, opts, inst):

0 commit comments

Comments
 (0)