mirror of
https://github.com/starship/starship.git
synced 2024-11-24 17:23:49 +01: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]
|
||||
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 starship_config = toml::toml! {
|
||||
|
Loading…
Reference in New Issue
Block a user