protocols
protocols copied to clipboard
fix typos
This pull request fixes grammatical errors in comments across several smart contract files and test files. The changes enhance the clarity and professionalism of the codebase by addressing improper usage of "a" and "an."
Files and Changes
Smart Contract Files
-
BaseModule.sol(Multiple Locations)- Corrected "an re-entry" to "a re-entry."
-
ForwarderModule.sol- Corrected "an regular" to "a regular."
-
WalletFactory.sol(Versions 2 and 3)- Corrected "a operator" to "an operator."
-
LoopringProtocol.sol- Corrected "a order" to "an order."
Test Files
-
gnosis.test.ts- Corrected "an sig" to "a sig."
-
inheritor.test.ts- Corrected "a owner" to "an owner."