Skip to content

Commit

Permalink
Fix a tiny typo in the comment on size()
Browse files Browse the repository at this point in the history
  • Loading branch information
thinred authored and becheran committed Dec 15, 2023
1 parent cc67f7e commit 64dc119
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 @@ -535,7 +535,7 @@ impl<T> Grid<T> {
}
}

/// Returns the size of the gird as a two element tuple.
/// Returns the size of the grid as a two element tuple.
/// First element are the number of rows and the second the columns.
#[must_use]
pub fn size(&self) -> (usize, usize) {
Expand Down

0 comments on commit 64dc119

Please sign in to comment.