Skip to content

Commit d3ea8b7

Browse files
authored
Fix typo (#78)
1 parent 9ed9373 commit d3ea8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/histogram/grid.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use std::ops::Range;
5858
/// # Examples
5959
///
6060
/// Basic usage, building a `Grid` via [`GridBuilder`], with optimal grid layout determined by
61-
/// a given [`strategy`], and genrating a [`histogram`]:
61+
/// a given [`strategy`], and generating a [`histogram`]:
6262
///
6363
/// ```
6464
/// use ndarray::{Array, array};

0 commit comments

Comments
 (0)