mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-12 14:17:45 +00:00
chore: fix typo in comment to make spell-check pass (#6239)
Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
This commit is contained in:
parent
281967839c
commit
b0669daf6d
@ -583,7 +583,7 @@ license = "MIT"
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_extract_nimble_package_version_for_non_nimble_directory() -> io::Result<()> {
|
fn test_extract_nimble_package_version_for_non_nimble_directory() -> io::Result<()> {
|
||||||
// Only create an empty directory. There's no .nibmle file for this case.
|
// Only create an empty directory. There's no .nimble file for this case.
|
||||||
let project_dir = create_project_dir()?;
|
let project_dir = create_project_dir()?;
|
||||||
|
|
||||||
let starship_config = toml::toml! {
|
let starship_config = toml::toml! {
|
||||||
|
Loading…
Reference in New Issue
Block a user