Merge pull request #969 from Denton-L/fix-documentation

Fix bad syntax
This commit is contained in:
chriseth 2016-08-30 16:31:11 +02:00 committed by GitHub
commit 6106bf98bb
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ you should fork Solidity and add your personal fork as a second remote:
.. code:: bash
cd solidity
git remote add personal git@github.com:\<username\>/solidity.git
git remote add personal git@github.com:[username]/solidity.git
Prerequisites - macOS

View File

@ -18,7 +18,7 @@ Suffixes like ``seconds``, ``minutes``, ``hours``, ``days``, ``weeks`` and
``years`` after literal numbers can be used to convert between units of time where seconds are the base
unit and units are considered naively in the following way:
* ``1 == 1 second``
* ``1 == 1 seconds``
* ``1 minutes == 60 seconds``
* ``1 hours == 60 minutes``
* ``1 days == 24 hours``