fix(typos): existant -> existent

These typos are blocking the Nix typo CI in #1257
This commit is contained in:
Jose Storopoli
2024-01-06 14:13:56 -03:00
parent 7eff024213
commit 028caa9f8c
3 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ where
})
}
/// Attempt to open existing [`Store`] file; create it if the file is non-existant.
/// Attempt to open existing [`Store`] file; create it if the file is non-existent.
///
/// Internally, this calls either [`open`] or [`create_new`].
///