-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Group Typo Fixes 4 #5750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Group Typo Fixes 4 #5750
Changes from 42 commits
25eb677
a7fb048
fba8c4f
d43e45b
5702d95
659d4b2
0b9edd4
6caac66
98a43df
337211c
33513d1
fe20e98
7d823fe
a774572
a909a7d
2c0d228
2bb691a
0f5566d
7dcf761
0b388b0
2050256
95c41d2
58cbf7b
96ff826
61641da
e7347d7
af092bc
d440275
9f882bf
4c56d07
fc31086
a40af03
a5e1d21
590d13d
3ca99da
e0486a9
8134a56
1978ed2
142d9a2
197d228
29eeb96
f32cfdb
4ccb299
7416a7f
57201f9
99e69fa
94675b4
362d9ad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -59,7 +59,7 @@ library ERC7739Utils { | |||||||||||||
* - `APP_DOMAIN_SEPARATOR` is the EIP-712 {EIP712-_domainSeparatorV4} of the application smart contract that is | ||||||||||||||
* requesting the signature verification (though ERC-1271). | ||||||||||||||
* - `contentsHash` is the hash of the underlying data structure or message. | ||||||||||||||
Comment on lines
59
to
61
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix preposition: “through ERC-1271”, not “though”. Minor doc grammar issue within the bullet describing APP_DOMAIN_SEPARATOR. Apply this diff: - * requesting the signature verification (though ERC-1271).
+ * requesting the signature verification (through ERC-1271). 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||
* - `contentsDescr` is a descriptor of the "contents" part of the the EIP-712 type of the nested signature. | ||||||||||||||
* - `contentsDescr` is a descriptor of the "contents" part of the EIP-712 type of the nested signature. | ||||||||||||||
* | ||||||||||||||
* NOTE: This function returns empty if the input format is invalid instead of reverting. | ||||||||||||||
* data instead. | ||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: “collectives” → “collectibles”.
Correct terminology for token items.
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[grammar] ~69-~69: There might be a mistake here.
Context: ...ERC-20, ERC-721, ERC-1155, and ERC-6909. * [Utilities](https://docs.openzeppelin.com...
(QB_NEW_EN)
🤖 Prompt for AI Agents