Skip to content

Commit

Permalink
lib: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Oct 31, 2024
1 parent b15dfd6 commit 8fbae56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
//!
//! Continuous Integration platforms like `Travis` and `AppVeyor` will
//! do shallow clones, causing `libgit2` to be unable to get a meaningful
//! result. `GIT_VERSION` and `GIT_DIRTY` will therefor always be `None` if
//! result. `GIT_VERSION` and `GIT_DIRTY` will therefore always be `None` if
//! a CI-platform is detected.
//! ```
//! /// If the crate was compiled from within a git-repository,
Expand Down

0 comments on commit 8fbae56

Please sign in to comment.