Skip to content

Commit 8ea1795

Browse files
authored
Fix minor grammatical issue in project documentation
This pull request addresses a minor grammatical issue in the project documentation regarding the description of the dependency resolution algorithm.
1 parent abc48e5 commit 8ea1795

File tree

1 file changed

+1
-1
lines changed
  • crates/compilers/src/resolver

1 file changed

+1
-1
lines changed

crates/compilers/src/resolver/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! compatible with, solidity version pragma.
1111
//! 2. A dependency can be imported from any directory, see `Remappings`
1212
//!
13-
//! Finding all dependencies is fairly simple, we're simply doing a DFS, starting the source
13+
//! Finding all dependencies is fairly simple, we're simply doing a DFS, starting from the source
1414
//! contracts
1515
//!
1616
//! ## Solc version auto-detection

0 commit comments

Comments
 (0)