Skip to content

Commit

Permalink
Fix typo in Natspec (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored May 15, 2020
1 parent 86dd9d9 commit bb9bf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deposit_contract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ interface IDepositContract {
bytes32 deposit_data_root
) external payable;

/// @notice Query the current deposit count.
/// @return The deposit count encoded as a little endian 64-bit number.
/// @notice Query the current deposit root hash.
/// @return The deposit root hash.
function get_deposit_root() external view returns (bytes32);

/// @notice Query the current deposit count.
Expand Down

0 comments on commit bb9bf82

Please sign in to comment.