From 0fd6db5b717938537dfb769d099dcd1f7fe4a83a Mon Sep 17 00:00:00 2001 From: giluis Date: Sat, 1 Apr 2023 15:08:50 +0100 Subject: [PATCH] fix typo and add link Signed-off-by: giluis --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7b83e7a..208114f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,7 +65,7 @@ //! # Caveats //! //! Since `NonEmpty` must have a least one element, it is not possible to -//! implement the `FromInterator` trait for it. We can't know, in general, if +//! implement the [`FromIterator`](https://doc.rust-lang.org/std/iter/trait.FromIterator.html) trait for it. We can't know, in general, if //! any given `Iterator` actually contains something. //! //! # Features