docs: fix style

This commit is contained in:
2023-10-13 17:45:51 +08:00
parent 33e57a1c9a
commit 5471bc6f43

View File

@@ -38,8 +38,8 @@ val appName = locale.appName
If you are still using Java, the writing method remains the same.
```java
var locale=AppLocale.attach(context);
var appName=locale.getAppName();
var locale = AppLocale.attach(context);
var appName = locale.getAppName();
```
## Compatibility