Skip to content

Commit aa0eb85

Browse files
authored
Merge pull request #12370 from melpomene/patch-2
ERC4526 withdraw event documentation wrong field name for shares
2 parents 8f0e2f9 + 74e6abe commit aa0eb85

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/standards/tokens/erc-4626

1 file changed

+1
-1
lines changed

public/content/developers/docs/standards/tokens/erc-4626/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ event Withdraw(
195195
address indexed receiver,
196196
address indexed owner,
197197
uint256 assets,
198-
uint256 share
198+
uint256 shares
199199
)
200200
```
201201

0 commit comments

Comments
 (0)