Skip to content

Commit 91c73cb

Browse files
committed
Sync CanonicalABI.md with canonical-abi/definitions.py
1 parent a58ae86 commit 91c73cb

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
@@ -298,7 +298,7 @@ component-level function during which zero or more handles are borrowed.
298298
```python
299299
class BorrowScope:
300300
borrow_count: int
301-
lenders: [OwnHandle]
301+
lenders: [Handle]
302302

303303
def __init__(self):
304304
self.borrow_count = 0

0 commit comments

Comments
 (0)