diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-15 16:30:00 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-15 16:30:00 +0800 |
| commit | a33688c24a7df84036ae78557d88b31faba922b5 (patch) | |
| tree | 268d0eb043a4c00b47a1e42e2eb722b409192bd2 | |
| parent | 0ca867fdb2277e42719eb58e49d96942df06e9e6 (diff) | |
Fix comment formatting for get_locale function
| -rw-r--r-- | src/utils/env.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/env.rs b/src/utils/env.rs index e08f117..81dfbd7 100644 --- a/src/utils/env.rs +++ b/src/utils/env.rs @@ -1,4 +1,4 @@ -// /// Returns the current locale string based on environment variables. +/// Returns the current locale string based on environment variables. /// /// The function checks for locale settings in the following order: /// 1. JV_LANG environment variable |
