Skip to content

Commit

Permalink
docs: tiny natspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 11, 2023
1 parent da99cdd commit 2ff94bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solidity/interfaces/modules/resolution/IArbitratorModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ interface IArbitratorModule is IResolutionModule {
/**
* @notice Starts the arbitration process by calling `resolve` on the arbitrator and flags the dispute as Active
*
* @dev Only callable by the Oracle
* @dev Will revert if the arbitrator address is the address zero
* @dev Only callable by the Oracle
* @dev Will revert if the arbitrator address is the address zero
* @param _disputeId The ID of the dispute
* @param _request The request
* @param _response The disputed response
Expand All @@ -93,7 +93,7 @@ interface IArbitratorModule is IResolutionModule {
/**
* @notice Resolves the dispute by getting the answer from the arbitrator and updating the dispute status
*
* @dev Only callable by the Oracle
* @dev Only callable by the Oracle
* @param _disputeId The ID of the dispute
* @param _request The request
* @param _response The disputed response
Expand Down

0 comments on commit 2ff94bd

Please sign in to comment.