From 3c77c2fddf6b3ef94432426377bf5e36a70aee68 Mon Sep 17 00:00:00 2001 From: bicarlsen Date: Thu, 31 Mar 2022 00:42:25 +0200 Subject: Fixed type in ConfigBuilder docs Fixed a simple type in the `ConfigBuilder` docs, `alaways` -> `always` --- src/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builder.rs b/src/builder.rs index ee83bfe..6f928c6 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -11,7 +11,7 @@ use crate::{config::Config, path::Expression, source::Source, value::Value}; /// It registers ordered sources of configuration to later build consistent [`Config`] from them. /// Configuration sources it defines are defaults, [`Source`]s and overrides. /// -/// Defaults are alaways loaded first and can be overwritten by any of two other sources. +/// Defaults are always loaded first and can be overwritten by any of two other sources. /// Overrides are always loaded last, thus cannot be overridden. /// Both can be only set explicitly key by key in code /// using [`set_default`](Self::set_default) or [`set_override`](Self::set_override). -- cgit v1.2.3