Small documentation updates on text

This commit is contained in:
Armin Ronacher 2021-01-24 08:48:51 +01:00
parent fadc47ce46
commit fdaf81371c
2 changed files with 14 additions and 1 deletions

View file

@ -2,7 +2,7 @@
//! interface over different types of diffing algorithms. It's based on the
//! the diff algorithm implementations of [pijul](https://pijul.org/).
//!
//! The crate is split into two levels:
//! The crate is split into two modules:
//!
//! * [`algorithms`]: This implements the different types of diffing algorithms.
//! It provides both low level access to the algorithms with the minimal