Skip to content

Commit

Permalink
[minor] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Froissart committed Jul 8, 2024
1 parent b1b0cae commit a9cee93
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 @@ -5,7 +5,7 @@
//! This library is intended to be a collection of tools used to find and
//! manipulate differences between files or arbitrary data inspired by
//! [LibXDiff] and [GNU Diffutils]. Version control systems like [Git] and
//! [Mercurial] generallycommunicate differences between two versions of a
//! [Mercurial] generally communicate differences between two versions of a
//! file using a `diff` or `patch`.
//!
//! The current diff implementation is based on the [Myers' diff algorithm].
Expand Down

0 comments on commit a9cee93

Please sign in to comment.