Skip to content

Commit

Permalink
adjust natspec for exttload
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed May 9, 2024
1 parent b046c57 commit 19ecb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IExttload.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pragma solidity >=0.8.24;

interface IExttload {
/// @notice Called by external contracts to access granular pool state
/// @param slot Key of slot to sload
/// @notice Called by external contracts to access transient storage of the contract
/// @param slot Key of slot to tload
/// @return value The value of the slot as bytes32
function exttload(bytes32 slot) external view returns (bytes32 value);
}

0 comments on commit 19ecb4c

Please sign in to comment.