diff options
| -rw-r--r-- | crates/whirl_config/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_config/src/lib.rs b/crates/whirl_config/src/lib.rs index 66d3a26..c2264f2 100644 --- a/crates/whirl_config/src/lib.rs +++ b/crates/whirl_config/src/lib.rs @@ -46,7 +46,7 @@ impl Config { s.try_into() } - // Get a certain configuration key or group from the configuration file. + /// Get a certain configuration key or group from the configuration file. pub fn get() -> Config { return if let Err(why) = Self::load() { error!( |