From 5db6014654031f605408317a2c15dc2dbbc3a11d Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:17:48 +0200 Subject: [PATCH] Updated documentation --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 21d6b4a..9410319 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -112,7 +112,7 @@ impl Config { /// /// # Parameters /// - /// - `self`: The config object. + /// - `self`: The config object. This must be mutable. /// - `str_path`: The directory containing the translation files. The directory is relative to the path the executable was executed from. /// /// # Returns @@ -158,7 +158,7 @@ impl Config { /// /// # Parameters /// - /// - `self`: The config object. + /// - `self`: The config object. This must be mutable. /// - `language`: The language to translate to. /// /// # Returns