Skip to content

Commit 36a8feb

Browse files
authored
fix(IDisputeKit): comment (#33)
1 parent 49e49ce commit 36a8feb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ $ . ~/.bashrc
5858
#### Install the dependencies
5959

6060
```bash
61+
$ npm install -g depcheck
6162
$ yarn install
6263
```
6364

contracts/src/arbitration/IDisputeKit.sol

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ pragma solidity ^0.8;
1313
import "./IArbitrator.sol";
1414

1515
/**
16-
* @title DisputeKit
17-
* An abstraction of the Dispute Kits intended for interfacing with KlerosCore
18-
* This is not intended for use by the front-end clients for voting or appeal funding to allow for implementation-specific differences in parameters.
16+
* @title IDisputeKit
17+
* An abstraction of the Dispute Kits intended for interfacing with KlerosCore.
18+
* It does not intend to abstract the interactions with the user (such as voting or appeal funding) to allow for implementation-specific parameters.
1919
*/
2020
interface IDisputeKit {
2121
// ************************************* //

0 commit comments

Comments
 (0)