Skip to content

Commit

Permalink
fix: inheritdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Nov 28, 2024
1 parent 0db4ab9 commit af57db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {IOracle} from '@defi-wonderland/prophet-core/solidity/interfaces/IOracle
import {IBondedResponseModule} from '../../../interfaces/modules/response/IBondedResponseModule.sol';

contract BondedResponseModule is Module, IBondedResponseModule {
/// @inheritDoc IBondedResponseModule
/// @inheritdoc IBondedResponseModule
mapping(bytes32 _responseId => bool _released) public responseReleased;

constructor(IOracle _oracle) Module(_oracle) {}
Expand Down

0 comments on commit af57db2

Please sign in to comment.