We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12eec73 commit d980bbbCopy full SHA for d980bbb
contracts/standard/rng/BeaconRNG.sol
@@ -33,7 +33,7 @@ contract BeaconRNG {
33
function requestRN(uint /*_block*/) public pure {}
34
35
/**
36
- * @dev Get aт uncorrelated random number.
+ * @dev Get an uncorrelated random number.
37
* @param _block Block the random number is linked to.
38
* @return RN Random Number. If the number is not ready or has not been required 0 instead.
39
*/
0 commit comments