Skip to content

Fix typos in Vyper contract docstrings#211

Open
Zentex1337 wants to merge 1 commit intocurvefi:masterfrom
Zentex1337:fix/typo-vyper-contracts
Open

Fix typos in Vyper contract docstrings#211
Zentex1337 wants to merge 1 commit intocurvefi:masterfrom
Zentex1337:fix/typo-vyper-contracts

Conversation

@Zentex1337
Copy link

Summary

Fixed typos in docstrings across all Vyper contracts:

  • Fixed "conracts" to "contracts" in constructor parameter descriptions
  • Fixed "valie" to "value" in exchange function parameter descriptions
  • Fixed "recieve" to "receive" in exchange function parameter descriptions

These are documentation-only changes (comments/docstrings) that do not affect contract behavior.

Files affected

  • All pool template contracts in contracts/pool-templates/
  • All pool contracts in contracts/pools/

Test plan

  • No code logic changes, docstring/comment only changes
  • Contract bytecode is not affected by comment changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant