Updated documentation

This commit is contained in:
ElBe 2023-09-14 17:17:48 +02:00
parent 6e7b2e9cc5
commit 5db6014654

View File

@ -112,7 +112,7 @@ impl Config {
/// ///
/// # Parameters /// # 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. /// - `str_path`: The directory containing the translation files. The directory is relative to the path the executable was executed from.
/// ///
/// # Returns /// # Returns
@ -158,7 +158,7 @@ impl Config {
/// ///
/// # Parameters /// # Parameters
/// ///
/// - `self`: The config object. /// - `self`: The config object. This must be mutable.
/// - `language`: The language to translate to. /// - `language`: The language to translate to.
/// ///
/// # Returns /// # Returns