mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typos
This commit is contained in:
@@ -112,7 +112,7 @@ New Error Reporter
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
A new error reporter was introduced, which aims at producing more accessible error messages on the command-line.
|
||||
It is enabled by default, but passing ``--old-reporter`` falls back to the the deprecated old error reporter.
|
||||
It is enabled by default, but passing ``--old-reporter`` falls back to the deprecated old error reporter.
|
||||
|
||||
Metadata Hash Options
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -359,7 +359,7 @@ Input Description
|
||||
// Addresses of the libraries. If not all libraries are given here,
|
||||
// it can result in unlinked objects whose output data is different.
|
||||
"libraries": {
|
||||
// The top level key is the the name of the source file where the library is used.
|
||||
// The top level key is the name of the source file where the library is used.
|
||||
// If remappings are used, this source file should match the global path
|
||||
// after remappings were applied.
|
||||
// If this key is an empty string, that refers to a global level.
|
||||
|
||||
Reference in New Issue
Block a user