Skip to content

Commit a4453c3

Browse files
committed
update comment doc
1 parent bb0fb07 commit a4453c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/AsyncSwap.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import { PoolId } from "v4-core/types/PoolId.sol";
1818
import { PoolIdLibrary, PoolKey } from "v4-core/types/PoolKey.sol";
1919
import { BaseHook } from "v4-periphery/src/utils/BaseHook.sol";
2020

21-
/// @title Async Swap CSMM Contract
21+
/// @title Async Swap Contract
2222
/// @author Async Labs
23-
/// @notice This contract implemIAsyncAMMsync Constant Sum Market Maker (CSMM) functionality.
23+
/// @notice Async swap AMM
2424
contract AsyncSwap is BaseHook, IAsyncSwapAMM {
2525

2626
using SafeCast for *;

test/AsyncSwap.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { PoolSwapTest } from "v4-core/test/PoolSwapTest.sol";
1212
import { CurrencyLibrary } from "v4-core/types/Currency.sol";
1313
import { PoolKey } from "v4-core/types/PoolKey.sol";
1414

15-
/// @title Async CSMM test contract
15+
/// @title Async Swap test contract
1616
contract AsyncSwapTest is SetupHook {
1717

1818
using CurrencyLibrary for Currency;

0 commit comments

Comments
 (0)