chore(nimble): fix typo in nimble

Signed-off-by: MahmoudESSE <mahmoudesse@dinopp.site>
This commit is contained in:
MahmoudESSE 2024-09-03 21:53:29 +01:00
parent c383231ee7
commit c08be8849c
No known key found for this signature in database
GPG Key ID: 994D1846502444A4

View File

@ -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! {