Small documentation update

This commit is contained in:
Dave Hoover 2016-08-23 22:53:30 -05:00 committed by GitHub
parent cab0f5448f
commit 1bb53ad3e7

View File

@ -922,7 +922,7 @@ custom types without the overhead of external function calls:
As the compiler cannot know where the library will be As the compiler cannot know where the library will be
deployed at, these addresses have to be filled into the deployed at, these addresses have to be filled into the
final bytecode by a linker 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 commandline compiler for linking). If the addresses are not
given as arguments to the compiler, the compiled hex code given as arguments to the compiler, the compiled hex code
will contain placeholders of the form ``__Set______`` (where will contain placeholders of the form ``__Set______`` (where