aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-08-24 17:52:59 +0800
committerGitHub <noreply@github.com>2016-08-24 17:52:59 +0800
commite20afc71ce6ac16edc2fdbd301d7698da8d34c04 (patch)
tree13d89efcb1f8cf48a2317949582e111e74e56ded
parentcab0f5448f269e03524c13720fb850a482266537 (diff)
parent1bb53ad3e756c754ae2fd3a8fdd14b735ebefda6 (diff)
downloaddexon-solidity-e20afc71ce6ac16edc2fdbd301d7698da8d34c04.tar.gz
dexon-solidity-e20afc71ce6ac16edc2fdbd301d7698da8d34c04.tar.zst
dexon-solidity-e20afc71ce6ac16edc2fdbd301d7698da8d34c04.zip
Merge pull request #942 from redsquirrel/patch-1
Small documentation update
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 5f370951..c369bfd9 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -922,7 +922,7 @@ custom types without the overhead of external function calls:
As the compiler cannot know where the library will be
deployed at, these addresses have to be filled into the
final bytecode by a linker
-(see :ref:`commandline-compiler`) on how to use the
+(see :ref:`commandline-compiler` for how to use the
commandline compiler for linking). If the addresses are not
given as arguments to the compiler, the compiled hex code
will contain placeholders of the form ``__Set______`` (where