Fixed some spelling mistakes
This commit is contained in:
parent
81ba51fc3c
commit
452c79bac5
6 changed files with 11 additions and 11 deletions
|
|
@ -12,7 +12,7 @@
|
|||
//! diff hook is not used outside of the raw algorithm implementations as for
|
||||
//! most situations access to the values is useful of required.
|
||||
//!
|
||||
//! The algoriths module really is the most low-level module in similar and
|
||||
//! The algorithms module really is the most low-level module in similar and
|
||||
//! generally not the place to start.
|
||||
//!
|
||||
//! # Example
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
//! let ops = d.into_inner().into_ops();
|
||||
//! ```
|
||||
//!
|
||||
//! The above example is equivalen to using
|
||||
//! The above example is equivalent to using
|
||||
//! [`capture_diff_slices`](crate::capture_diff_slices).
|
||||
|
||||
mod capture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue