Fix typographical errors & comments (#4595)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Hadrien Croubois
2023-09-11 23:44:28 +02:00
committed by GitHub
parent 9e09e0653a
commit 63851f8de5
6 changed files with 17 additions and 17 deletions

View File

@ -16,7 +16,7 @@ import {Nonces} from "../utils/Nonces.sol";
import {IGovernor, IERC6372} from "./IGovernor.sol";
/**
* @dev Core of the governance system, designed to be extended though various modules.
* @dev Core of the governance system, designed to be extended through various modules.
*
* This contract is abstract and requires several functions to be implemented in various modules:
*