better commenting

This commit is contained in:
Mitchell Hashimoto
2022-11-14 10:03:39 -08:00
parent 20cbee5370
commit 56504a342f

View File

@ -25,6 +25,8 @@ pub fn ensureLocale() void {
} else log.warn("setlocale failed, locale may be incorrect", .{});
}
/// This sets the LANG environment variable based on the macOS system
/// preferences selected locale settings.
fn setLangFromCocoa() void {
const pool = objc.AutoreleasePool.init();
defer pool.deinit();