* Added basic punctuation to @dev docs (#1697) * add missing uppercase
This commit is contained in:
committed by
Francisco Giordano
parent
c008f1f0c6
commit
3cb4a00fce
@ -33,14 +33,14 @@ contract RefundEscrow is ConditionalEscrow {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the current state of the escrow.
|
||||
* @return The current state of the escrow.
|
||||
*/
|
||||
function state() public view returns (State) {
|
||||
return _state;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the beneficiary of the escrow.
|
||||
* @return The beneficiary of the escrow.
|
||||
*/
|
||||
function beneficiary() public view returns (address) {
|
||||
return _beneficiary;
|
||||
|
||||
Reference in New Issue
Block a user