1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-15 11:17:00 +00:00

docs: fix typo in comment of git_commit module (#6472)

This commit is contained in:
Eduardo J. Ortega U. 2025-01-09 19:42:59 +01:00 committed by GitHub
parent 4e473e99ff
commit 6678c13c24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -365,7 +365,7 @@ mod tests {
.current_dir(repo_dir.path())
.output()?;
// Annotaged tags are preferred over lightweight tags
// Annotated tags are preferred over lightweight tags
create_command("git")?
.args(["tag", "l0"])
.env("GIT_COMMITTER_DATE", "2022-01-01 00:00:02 +0000")