Skip to content

Commit

Permalink
style: remove dot from @notice tags
Browse files Browse the repository at this point in the history
  • Loading branch information
xorsal committed Sep 24, 2024
1 parent 75ae779 commit 26cfb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/interfaces/IOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ interface IOracle {
error Oracle_ResponseAlreadyProposed();

/**
* @notice Thrown when the proposer is invalid.
* @notice Thrown when the proposer is invalid
*/
error Oracle_InvalidProposer();

/**
* @notice Thrown when the disputer is invalid.
* @notice Thrown when the disputer is invalid
*/
error Oracle_InvalidDisputer();

Expand Down

0 comments on commit 26cfb60

Please sign in to comment.