Skip to content

Commit e31c464

Browse files
committed
Add a period to from_fn docs
While I'm here.
1 parent 472ea68 commit e31c464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ where
17911791
}
17921792
}
17931793

1794-
/// Creates an iterator from a fallible function generating values
1794+
/// Creates an iterator from a fallible function generating values.
17951795
///
17961796
/// ```
17971797
/// # use fallible_iterator::{from_fn, FallibleIterator};

0 commit comments

Comments
 (0)