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 23e948f commit fdb5c01Copy full SHA for fdb5c01
src/builder.rs
@@ -206,7 +206,7 @@ impl fmt::Display for BuildError {
206
write!(f, "Given network does not match the node's previously configured network.")
207
},
208
Self::DnsResolversUnavailable => {
209
- write!(f, "The DNS Resolvers provided for HRN resolution is empty.")
+ write!(f, "The DNS resolvers provided for HRN resolution is empty.")
210
211
}
212
0 commit comments