From 3cebcc10a97aaabbc1851e972c3be4d0cac7295e Mon Sep 17 00:00:00 2001 From: jaybuidl Date: Thu, 27 Jan 2022 13:06:03 +0000 Subject: [PATCH] fix(IDisputeKit): comment --- README.md | 1 + contracts/src/arbitration/IDisputeKit.sol | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33c295928..2c93c2ac8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ $ . ~/.bashrc #### Install the dependencies ```bash +$ npm install -g depcheck $ yarn install ``` diff --git a/contracts/src/arbitration/IDisputeKit.sol b/contracts/src/arbitration/IDisputeKit.sol index 9768624dd..675043a76 100644 --- a/contracts/src/arbitration/IDisputeKit.sol +++ b/contracts/src/arbitration/IDisputeKit.sol @@ -13,9 +13,9 @@ pragma solidity ^0.8; import "./IArbitrator.sol"; /** - * @title DisputeKit - * An abstraction of the Dispute Kits intended for interfacing with KlerosCore - * This is not intended for use by the front-end clients for voting or appeal funding to allow for implementation-specific differences in parameters. + * @title IDisputeKit + * An abstraction of the Dispute Kits intended for interfacing with KlerosCore. + * It does not intend to abstract the interactions with the user (such as voting or appeal funding) to allow for implementation-specific parameters. */ interface IDisputeKit { // ************************************* //