Commit 799b9509 authored by clabby's avatar clabby Committed by GitHub

Update packages/contracts-bedrock/contracts/dispute/interfaces/IDisputeGameFactory.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent d9c41ee5
......@@ -23,7 +23,7 @@ interface IDisputeGameFactory {
/// @param gameType The type of the DisputeGame.
event ImplementationSet(address indexed impl, GameType indexed gameType);
/// @notice the total number of dispute games created by this factory.
/// @notice The total number of dispute games created by this factory.
/// @return _gameCount The total number of dispute games created by this factory.
function gameCount() external view returns (uint256 _gameCount);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment