From db018a4fdd363153ac9641b711feffebd6164062 Mon Sep 17 00:00:00 2001 From: Seth Bryant Date: Sun, 19 Nov 2023 19:00:12 +0100 Subject: [PATCH] Update clump.rs docstring grammar fixes --- whitebox-tools-app/src/tools/gis_analysis/clump.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whitebox-tools-app/src/tools/gis_analysis/clump.rs b/whitebox-tools-app/src/tools/gis_analysis/clump.rs index bbc4b7e1e..567f47872 100755 --- a/whitebox-tools-app/src/tools/gis_analysis/clump.rs +++ b/whitebox-tools-app/src/tools/gis_analysis/clump.rs @@ -19,8 +19,8 @@ use std::path; /// identifiers. The input raster should either be /// Boolean (1's and 0's) or categorical. The input raster could be created using /// the `Reclass` tool or one of the comparison operators (`GreaterThan`, `LessThan`, -/// `EqualTo`, `NotEqualTo`). Use the *treat zeros as background cells* options -/// (`--zero_back`) if you would like to only assigned contiguous groups of non-zero +/// `EqualTo`, `NotEqualTo`). Use the *treat zeros as background cells* option +/// (`--zero_back`) if you would like to only assign contiguous groups of non-zero /// values in the raster unique identifiers. Additionally, inter-cell connectivity /// can optionally include diagonally neighbouring cells if the `--diag` flag is /// specified.