Преглед на файлове

Fix docs for Math.log256 (#3916)

Saint Rat Wrongtail преди 2 години
родител
ревизия
3a3c87b1a6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      contracts/utils/math/Math.sol

+ 1 - 1
contracts/utils/math/Math.sol

@@ -324,7 +324,7 @@ library Math {
     }
 
     /**
-     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
+     * @dev Return the log in base 256, following the selected rounding direction, of a positive value.
      * Returns 0 if given 0.
      */
     function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {