Skip to content

Commit

Permalink
fixed typos (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarik0 authored Apr 10, 2024
1 parent 8ccd3c5 commit 69d9ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-7231.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pragma solidity ^0.8.15;
interface IERC7231 {
/**
* @notice emit the use binding informain
* @notice emit the use binding information
* @param id nft id
* @param identitiesRoot new identity root
*/
Expand Down Expand Up @@ -72,7 +72,7 @@ interface IERC7231 {
* @dev verify the userIDs binding
* @param id nft id
* @param userIDs userIDs for check
* @param identitiesRoot msg hash to veriry
* @param identitiesRoot msg hash to verify
* @param signature ECDSA signature
* MUST If the verification is passed, return true, otherwise return false
* MUST NOT modify the state
Expand Down

0 comments on commit 69d9ff6

Please sign in to comment.