Skip to content

Commit

Permalink
chore: tweak another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaa committed Mar 6, 2024
1 parent d53e155 commit 5f1296d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/world/src/IModuleErrors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pragma solidity >=0.8.24;
import { IERC165 } from "./IERC165.sol";

/**
* @title ISliceErrors
* @title IModuleErrors
* @author MUD (https://mud.dev) by Lattice (https://lattice.xyz)
* @notice This interface includes errors for the Slice library.
* @notice This interface includes errors for the Module library.
* @dev We bundle these errors in an interface (instead of at the file-level or in their corresponding library) so they can be inherited by IWorldKernel.
* This ensures that all errors are included in the IWorldKernel ABI for proper decoding in the frontend.
*/
Expand Down

0 comments on commit 5f1296d

Please sign in to comment.