From 69d9ff62044ffd5edd41271e79ffe807b8bbb93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tar=C4=B1k?= <22205836+tarik0@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:39:17 +0300 Subject: [PATCH] fixed typos (#317) --- ERCS/erc-7231.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ERCS/erc-7231.md b/ERCS/erc-7231.md index 2f2f98ea60..01783070b5 100644 --- a/ERCS/erc-7231.md +++ b/ERCS/erc-7231.md @@ -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 */ @@ -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