docs(multibyte): fix typo

This commit is contained in:
ruanyf
2021-11-18 14:21:35 +08:00
parent 3e8c8b4069
commit 5735bb6459
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ setlocale(LC_ALL, "C");
下面的语句将格式本地化。
```c
set_locale(LC_ALL, "");
setlocale(LC_ALL, "");
```
上面示例中,第二个参数为空字符,表示使用当前环境提供的本地化设置。