From 5b790fbfecaecdc77c8457a03cf4da4b709c9c94 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Mon, 29 Aug 2016 14:22:52 -0400 Subject: Fix bad syntax --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 5111b68c..9226b558 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -87,7 +87,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:\/solidity.git + git remote add personal git@github.com:[username]/solidity.git Prerequisites - macOS -- cgit v1.2.3 From ce454000606f0c4bbf66a5bfb13547f7fb2c32ec Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Mon, 29 Aug 2016 15:47:31 -0400 Subject: Fix typo from second to seconds --- docs/units-and-global-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index d1d578ed..64ee3408 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -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`` -- cgit v1.2.3