Skip to content

Commit 47a8729

Browse files
authored
Merge pull request #77 from leopardracer/mainnet
Fix typo in IKatanaPair.sol comments: "transfered" -> "transferred"
2 parents 9aa36ec + 6d86e18 commit 47a8729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/IKatanaPair.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ interface IKatanaPair is IKatanaERC20 {
4545
function getReserves() external view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast);
4646

4747
/**
48-
* @dev Mints liquidity for `_to` address after transfered tokens into pool.
48+
* @dev Mints liquidity for `_to` address after transferred tokens into pool.
4949
*
5050
* This low-level function should be called from a contract which performs important safety
5151
* checks.
5252
*/
5353
function mint(address _to) external returns (uint256 _liquidity);
5454

5555
/**
56-
* @dev Burns liquidity for `_to` address after transfered liquidity into pool.
56+
* @dev Burns liquidity for `_to` address after transferred liquidity into pool.
5757
*
5858
* This low-level function should be called from a contract which performs important safety
5959
* checks.

0 commit comments

Comments
 (0)