Skip to content

Commit d7181c3

Browse files
authored
docs(governance): fix GovernorCountingSimple import path to extensions (#6056)
1 parent 9c103fc commit d7181c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/governance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The Governor will automatically detect the clock mode used by the token and adap
201201
pragma solidity ^0.8.20;
202202

203203
import {Governor} from "@openzeppelin/contracts/governance/Governor.sol";
204-
import {GovernorCountingSimple} from "@openzeppelin/contracts/governance/compatibility/GovernorCountingSimple.sol";
204+
import {GovernorCountingSimple} from "@openzeppelin/contracts/governance/extensions/GovernorCountingSimple.sol";
205205
import {GovernorVotes} from "@openzeppelin/contracts/governance/extensions/GovernorVotes.sol";
206206
import {GovernorVotesQuorumFraction} from "@openzeppelin/contracts/governance/extensions/GovernorVotesQuorumFraction.sol";
207207
import {GovernorTimelockControl} from "@openzeppelin/contracts/governance/extensions/GovernorTimelockControl.sol";

0 commit comments

Comments
 (0)