Skip to content

Commit a8b50e8

Browse files
committed
Wrapped string vals in desc in ''
1 parent aa83b0c commit a8b50e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sys-lang/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
> ### _Detect the system language._
1515
16-
Returns ISO 639-1 (e.g. `en`) or ISO 3166-1 alpha-2-appended (`en_US`) code for user's preferred language. On Windows, queries `Get-Culture` via PowerShell. On *nix systems, reads `LC_ALL`, `LC_MESSAGES`, `LANG`, and `LANGUAGE`.
16+
Returns ISO 639-1 (e.g. `'en'`) or ISO 3166-1 alpha-2-appended (`'en_US'`) code for user's preferred language. On Windows, queries `Get-Culture` via PowerShell. On *nix systems, reads `LC_ALL`, `LC_MESSAGES`, `LANG`, and `LANGUAGE`.
1717

1818
## ⚡ Installation
1919

0 commit comments

Comments
 (0)