We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc48e5 commit 8ea1795Copy full SHA for 8ea1795
crates/compilers/src/resolver/mod.rs
@@ -10,7 +10,7 @@
10
//! compatible with, solidity version pragma.
11
//! 2. A dependency can be imported from any directory, see `Remappings`
12
//!
13
-//! 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
14
//! contracts
15
16
//! ## Solc version auto-detection
0 commit comments