Skip to content

Commit c8942c3

Browse files
committed
fixup! Allow setting default DNS resolvers for HRNs
1 parent d16ed76 commit c8942c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl Default for Config {
194194
/// Configuration options for Human-readable Names
195195
#[derive(Debug, Clone)]
196196
pub struct HumanReadableNamesConfig {
197-
/// The DNS resolvers to be used for resolving Human-readable Names.
197+
/// The DNS resolvers to be used for resolving Human-Readable Names.
198198
///
199199
/// If not empty, the values set will be used as DNS resolvers when sending to HRNs.
200200
///

0 commit comments

Comments
 (0)