Skip to content

Commit 74e6abe

Browse files
authored
ERC4526 withdraw event documentation wrong field name for shares
In the ERC4526 the Withdraw event parameter is described as `shares` not `share`
1 parent 6e1a160 commit 74e6abe

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)