protocols icon indicating copy to clipboard operation
protocols copied to clipboard

fix typos

Open Marcofann opened this issue 1 year ago • 0 comments

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

  1. BaseModule.sol (Multiple Locations)

    • Corrected "an re-entry" to "a re-entry."
  2. ForwarderModule.sol

    • Corrected "an regular" to "a regular."
  3. WalletFactory.sol (Versions 2 and 3)

    • Corrected "a operator" to "an operator."
  4. LoopringProtocol.sol

    • Corrected "a order" to "an order."

Test Files

  1. gnosis.test.ts

    • Corrected "an sig" to "a sig."
  2. inheritor.test.ts

    • Corrected "a owner" to "an owner."

Marcofann avatar Jan 04 '25 15:01 Marcofann