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 2f13d19 commit 6c6741cCopy full SHA for 6c6741c
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 list provided for HRN resolution is empty.")
+ write!(f, "The DNS Resolvers provided for HRN resolution is empty.")
210
211
}
212
0 commit comments