Skip to content

Commit 8bc065a

Browse files
committed
Fix type annotation in CanonicalABI.md
1 parent 5b4ce41 commit 8bc065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/canonical-abi/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class BorrowHandle(Handle):
344344

345345
class BorrowScope:
346346
borrow_count: int
347-
lenders: [OwnHandle]
347+
lenders: [Handle]
348348

349349
def __init__(self):
350350
self.borrow_count = 0

0 commit comments

Comments
 (0)