Skip to content

Commit

Permalink
Update src/ATokenNaive.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Solomon <[email protected]>
  • Loading branch information
2 people authored and apbendi committed Nov 22, 2022
1 parent 88ade45 commit 61a839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ATokenNaive.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ contract ATokenNaive is AToken {
/// @notice Method which returns the deadline (as a block number) by which
/// depositors must express their voting preferences to this Pool contract. It
/// will always be before the Governor's corresponding proposal deadline. The
/// dealine is exclusive, meaning: if this returns (say) block 424242, then the
/// deadline is exclusive, meaning: if this returns (say) block 424242, then the
/// internal voting period will be over on block 424242. The last block for
/// internal voting will be 424241.
/// @param proposalId The ID of the proposal in question.
Expand Down

0 comments on commit 61a839c

Please sign in to comment.