From 645dad796b4a99de3ab2813b1b4edb4c7f246ba9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 24 Feb 2021 14:17:12 -0500 Subject: docs: Fix a typo in the top-level documentation --- src/lib.rs | 4 ++-- 1 file 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 -- cgit v1.2.3