Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Mar 16, 2022
1 parent 306cda7 commit d9c618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-solc/src/report/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl FromStr for Target {
}
}

/// Indicates that a field name specified in a filter directive was invalid.
/// Indicates that a field name specified in the env value was invalid.
#[derive(Clone, Debug, thiserror::Error)]
#[error("{}", self.name)]
pub struct BadName {
Expand Down

0 comments on commit d9c618b

Please sign in to comment.