From 8ffe75a23ff740eb8181e71f98b584696759240e Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sun, 11 Aug 2024 03:58:39 +0200 Subject: [PATCH] Fix typos pointed out to me by a ghost Signed-off-by: prescientmoon --- src/recognition/hyperglass.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recognition/hyperglass.rs b/src/recognition/hyperglass.rs index c2d52e1..120e448 100644 --- a/src/recognition/hyperglass.rs +++ b/src/recognition/hyperglass.rs @@ -10,7 +10,7 @@ //! or other artifacts). //! 4. Sort the components by x-position. //! 5. Compute the largest width & height of the connected components. -//! 5. Split each component (more precisely, start at it's top-left corner and +//! 5. Split each component (more precisely, start at its top-left corner and //! split an area equal to the aforementioned width & height) into a grid of //! N^2 chunks (N=5 at the moment), and use that to generate a vector who's //! elements represent the percentage of black pixels in each chunk which