Fix minor typos and grammar in docs (#2338)

* Fix typos and formatting

* Add Solidity release dates: releases-stability
This commit is contained in:
Andrew B Coathup
2020-09-02 04:19:17 +10:00
committed by GitHub
parent 0f08b1d099
commit ded2b0a55c
10 changed files with 13 additions and 13 deletions

View File

@ -9,7 +9,7 @@ pragma solidity ^0.6.0;
library SignedSafeMath {
int256 constant private _INT256_MIN = -2**255;
/**
/**
* @dev Returns the multiplication of two signed integers, reverting on
* overflow.
*