diff --git a/src/lib.rs b/src/lib.rs index 606eb6e..e22e2a1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -535,7 +535,7 @@ impl Grid { } } - /// 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) {