Skip to content

Commit

Permalink
Merge pull request ethereum#969 from Denton-L/fix-documentation
Browse files Browse the repository at this point in the history
Fix bad syntax
  • Loading branch information
chriseth authored Aug 30, 2016
2 parents b9a1192 + ce45400 commit 6106bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:\<username\>/solidity.git
git remote add personal [email protected]:[username]/solidity.git
Prerequisites - macOS
Expand Down
2 changes: 1 addition & 1 deletion docs/units-and-global-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 6106bf9

Please sign in to comment.