Added basic punctuation to @dev docs (#1697) (#1700)

* Added basic punctuation to @dev docs (#1697)

* add missing uppercase
This commit is contained in:
J Quinn
2019-03-30 20:48:17 +01:00
committed by Francisco Giordano
parent c008f1f0c6
commit 3cb4a00fce
26 changed files with 83 additions and 83 deletions

View File

@ -2,7 +2,7 @@ pragma solidity ^0.5.2;
/**
* @title Math
* @dev Assorted math operations
* @dev Assorted math operations.
*/
library Math {
/**

View File

@ -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 {
/**