Skip to content

Commit d980bbb

Browse files
doc(RN): typo
1 parent 12eec73 commit d980bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/standard/rng/BeaconRNG.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ contract BeaconRNG {
3333
function requestRN(uint /*_block*/) public pure {}
3434

3535
/**
36-
* @dev Get uncorrelated random number.
36+
* @dev Get an uncorrelated random number.
3737
* @param _block Block the random number is linked to.
3838
* @return RN Random Number. If the number is not ready or has not been required 0 instead.
3939
*/

0 commit comments

Comments
 (0)