Skip to content

docs: fix typo 'transfered' -> 'transferred' in NatSpec comments#39

Open
Kubudak90 wants to merge 1 commit intoGammaStrategies:masterfrom
Kubudak90:fix-typo-transfered
Open

docs: fix typo 'transfered' -> 'transferred' in NatSpec comments#39
Kubudak90 wants to merge 1 commit intoGammaStrategies:masterfrom
Kubudak90:fix-typo-transfered

Conversation

@Kubudak90
Copy link

Description

Fixed spelling error in @param documentation for deposit() function in both Hypervisor.sol and TokeHypervisor.sol contracts.

Changes

  • Line 104-105 in Hypervisor.sol: 'transfered' → 'transferred'
  • Line 99-100 in TokeHypervisor.sol: 'transfered' → 'transferred'

Details

The correct past tense of transfer is 'transferred' (double 'r'). This is a minor documentation fix that improves the accuracy of the NatSpec comments.

Fixed spelling error in @param documentation for deposit() function
in both Hypervisor.sol and TokeHypervisor.sol contracts.

The correct past tense of transfer is 'transferred' (double 'r').
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