mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-22 08:04:19 +02:00
Fix typo in code comment
This commit is contained in:
parent
1d529de260
commit
4e1876ac88
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ impl Config {
|
|||
/// variable. Otherwise, the user config directory is returned.
|
||||
///
|
||||
/// Note that this function does not verify whether the directory at that
|
||||
/// loation exists, or is a directory.
|
||||
/// location exists, or is a directory.
|
||||
pub fn get_config_dir() -> Result<PathBuf, TealdeerError> {
|
||||
// Allow overriding the config directory by setting the
|
||||
// $TEALDEER_CONFIG_DIR env variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue