Skip to content

Commit

Permalink
Minor grammatical fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonMc555 committed May 21, 2024
1 parent c8ee957 commit e28230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
//!
//! [`Array2D`] also supports several forms of iteration. You can iterate
//! through:
//! - All of the elements, in either [row major or column major order] (see
//! - All the elements, in either [row major or column major order] (see
//! [`elements_row_major_iter`] and [`elements_column_major_iter`]).
//! - Individual rows or columns (see [`row_iter`] and [`column_iter`]).
//! - All rows or all columns (see [`rows_iter`] and [`columns_iter`]).
Expand Down

0 comments on commit e28230f

Please sign in to comment.