Skip to content

Commit

Permalink
Fix several minor typo (#14629)
Browse files Browse the repository at this point in the history
* fix minor typo

* fix minor typo

* Change to suggested correct wording

Update installing-solidity.rst
  • Loading branch information
sukey2008 authored Jan 10, 2024
1 parent 814225e commit fbbac9c
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 @@ -73,7 +73,7 @@ Docker
======

Docker images of Solidity builds are available using the ``solc`` image from the ``ethereum`` organization.
Use the ``stable`` tag for the latest released version, and ``nightly`` for potentially unstable changes in the develop branch.
Use the ``stable`` tag for the latest released version, and ``nightly`` for potentially unstable changes in the ``develop`` branch.

The Docker image runs the compiler executable so that you can pass all compiler arguments to it.
For example, the command below pulls the stable version of the ``solc`` image (if you do not have it already),
Expand Down
2 changes: 1 addition & 1 deletion docs/path-resolution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ that interprets a source unit name as a path in the local filesystem.
This callback can be disabled using the ``--no-import-callback`` command-line option.
The `JavaScript interface <https://github.com/ethereum/solc-js>`_ does not provide any by default,
but one can be provided by the user.
This mechanism can be used to obtain source code from locations other then the local filesystem
This mechanism can be used to obtain source code from locations other than the local filesystem
(which may not even be accessible, e.g. when the compiler is running in a browser).
For example the `Remix IDE <https://remix.ethereum.org/>`_ provides a versatile callback that
lets you `import files from HTTP, IPFS and Swarm URLs or refer directly to packages in NPM registry
Expand Down

0 comments on commit fbbac9c

Please sign in to comment.