Skip to content

Commit

Permalink
fix: better cohesion
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves committed Dec 15, 2023
1 parent 763c51b commit fda31fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Swaplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {SwapFactory} from "./SwapFactory.sol";
* @dev Swaplace is a Decentralized Feeless DEX. It has no owners, it cannot be stoped.
* Its cern is to facilitate swaps between virtual assets following the ERC standard.
* Users can propose or accept swaps by allowing Swaplace to move their assets using the
* `approve` function or `permit` if available.
* `approve` or `permit` function.
*/
contract Swaplace is SwapFactory, ISwaplace, IERC165 {
/// @dev Swap Identifier counter.
Expand Down

0 comments on commit fda31fc

Please sign in to comment.