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 c17e930 commit 75833b4Copy full SHA for 75833b4
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