diff --git a/crates/compilers/src/resolver/mod.rs b/crates/compilers/src/resolver/mod.rs index 5e892edc1..8f8e3ea29 100644 --- a/crates/compilers/src/resolver/mod.rs +++ b/crates/compilers/src/resolver/mod.rs @@ -10,7 +10,7 @@ //! compatible with, solidity version pragma. //! 2. A dependency can be imported from any directory, see `Remappings` //! -//! Finding all dependencies is fairly simple, we're simply doing a DFS, starting the source +//! Finding all dependencies is fairly simple, we're simply doing a DFS, starting from the source //! contracts //! //! ## Solc version auto-detection