* Added basic punctuation to @dev docs (#1697) * add missing uppercase
This commit is contained in:
committed by
Francisco Giordano
parent
c008f1f0c6
commit
3cb4a00fce
@ -2,7 +2,7 @@ pragma solidity ^0.5.2;
|
||||
|
||||
/**
|
||||
* @title Math
|
||||
* @dev Assorted math operations
|
||||
* @dev Assorted math operations.
|
||||
*/
|
||||
library Math {
|
||||
/**
|
||||
|
||||
@ -2,7 +2,7 @@ pragma solidity ^0.5.2;
|
||||
|
||||
/**
|
||||
* @title SafeMath
|
||||
* @dev Unsigned math operations with safety checks that revert on error
|
||||
* @dev Unsigned math operations with safety checks that revert on error.
|
||||
*/
|
||||
library SafeMath {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user