fix issue944 (#945)

This commit is contained in:
SteveLau 2022-09-11 22:25:17 +08:00 committed by GitHub
parent 9e08721c04
commit 251283677d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ impl Config {
///
/// |Platform | Value | Example |
/// | ------- | ----- | ------- |
/// | Linux | `$XDG_DATA_HOME` or `$HOME`/.local/share | /home/alice/.local/share |
/// | Linux | `$XDG_CONFIG_HOME` or `$HOME`/.config | /home/alice/.config |
/// | macOS | `$HOME`/Library/Application Support | /Users/Alice/Library/Application Support |
/// | Windows | `{FOLDERID_RoamingAppData}` | C:\Users\Alice\AppData\Roaming |
///