Skip to content

Commit a9cee93

Browse files
author
Jérôme Froissart
committed
[minor] Typo
1 parent b1b0cae commit a9cee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! This library is intended to be a collection of tools used to find and
66
//! manipulate differences between files or arbitrary data inspired by
77
//! [LibXDiff] and [GNU Diffutils]. Version control systems like [Git] and
8-
//! [Mercurial] generallycommunicate differences between two versions of a
8+
//! [Mercurial] generally communicate differences between two versions of a
99
//! file using a `diff` or `patch`.
1010
//!
1111
//! The current diff implementation is based on the [Myers' diff algorithm].

0 commit comments

Comments
 (0)