summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 28ebdd1..6402da2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,8 +4,8 @@
//!
//! The notion of distances between points is captured by the [`Proximity`] trait. Its
//! [`distance()`] method returns a [`Distance`], from which the actual numerical distance may be
-//! retrieved with [`value()`]. These layers of abstraction allow `acap` to work with generically
-//! with different distance functions over different types.
+//! retrieved with [`value()`]. These layers of abstraction allow `acap` to work generically with
+//! different distance functions over different types.
//!
//! There are no restrictions on the distances computed by a [`Proximity`]. For example, they don't
//! have to be symmetric, subadditive, or even positive. Implementations that do have these