diff --git a/README.md b/README.md index a41547720..0a0756ed0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Originally part of [`ethers-rs`] as `ethers-solc`, Foundry Compilers is the compilation backend for [Foundry](https://github.com/foundry-rs/foundry). -[`ethers-rs`]'s `ethers-solc` is considered to be in maintenance mode, and any fixes to it will also be reflect on Foundry Compilers. No action is currently needed from devs, although we heavily recommend using Foundry Compilers instead of `ethers-solc`. +[`ethers-rs`]'s `ethers-solc` is considered to be in maintenance mode, and any fixes to it will also be reflected on Foundry Compilers. No action is currently needed from devs, although we heavily recommend using Foundry Compilers instead of `ethers-solc`. [`ethers-rs`]: https://github.com/gakonst/ethers-rs @@ -33,7 +33,7 @@ release. ## Contributing -Thanks for your help improving the project! We are so happy to have you! We have +Thanks for your help in improving the project! We are so happy to have you! We have [a contributing guide](./CONTRIBUTING.md) to help you get involved in the Foundry Compilers project. diff --git a/crates/artifacts/solc/src/ast/utils.rs b/crates/artifacts/solc/src/ast/utils.rs index 9e0eb34bb..8dd2a620f 100644 --- a/crates/artifacts/solc/src/ast/utils.rs +++ b/crates/artifacts/solc/src/ast/utils.rs @@ -12,7 +12,7 @@ where #[serde(untagged)] enum ExternalReferencesHelper { Plain(Vec), - /// Older solc versions produce external referrences as arrays of mappings {"variable" => + /// Older solc versions produce external references as arrays of mappings {"variable" => /// external reference object}, so we have to handle this. Map(Vec>), } diff --git a/crates/artifacts/solc/src/remappings.rs b/crates/artifacts/solc/src/remappings.rs index 6767cb56c..4b794e68c 100644 --- a/crates/artifacts/solc/src/remappings.rs +++ b/crates/artifacts/solc/src/remappings.rs @@ -413,7 +413,7 @@ impl RelativeRemappingPathBuf { &self.path } - /// Returns this path relative to the file it was delcared in, if any. + /// Returns this path relative to the file it was declared in, if any. /// Returns the original if this path was not declared in a file or if the /// path has a root. pub fn relative(&self) -> PathBuf {