Skip to content

Commit

Permalink
Rename error headers
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Aug 3, 2023
1 parent f369130 commit e89bb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/src/libraries/DisputeErrors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ error NoImplementation(GameType gameType);
error GameAlreadyExists(Hash uuid);

////////////////////////////////////////////////////////////////
// `FaultDisputeGame.sol` Errors //
// `FaultDisputeGame` Errors //
////////////////////////////////////////////////////////////////

/// @notice Thrown when a supplied bond is too low to cover the
Expand Down Expand Up @@ -78,7 +78,7 @@ error AlreadyChallenged();
error NotOwner();

////////////////////////////////////////////////////////////////
// `BlockOracle.sol` Errors //
// `BlockOracle` Errors //
////////////////////////////////////////////////////////////////

/// @notice Thrown when a block that is out of the range of the `BLOCKHASH` opcode
Expand Down

0 comments on commit e89bb46

Please sign in to comment.