We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b0cae commit a9cee93Copy full SHA for a9cee93
src/lib.rs
@@ -5,7 +5,7 @@
5
//! This library is intended to be a collection of tools used to find and
6
//! manipulate differences between files or arbitrary data inspired by
7
//! [LibXDiff] and [GNU Diffutils]. Version control systems like [Git] and
8
-//! [Mercurial] generallycommunicate differences between two versions of a
+//! [Mercurial] generally communicate differences between two versions of a
9
//! file using a `diff` or `patch`.
10
//!
11
//! The current diff implementation is based on the [Myers' diff algorithm].
0 commit comments