From 0e7a4c2c33784263f6d43bfa68ae1c91ab40952a Mon Sep 17 00:00:00 2001 From: dbr Date: Thu, 25 Mar 2021 16:34:53 +1100 Subject: [PATCH] Fix minor typo in doc comment --- cli/src/report.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/report.rs b/cli/src/report.rs index fb60246a0..8670281f3 100644 --- a/cli/src/report.rs +++ b/cli/src/report.rs @@ -29,7 +29,7 @@ pub(crate) struct Column { #[derive(Clone, Debug, PartialEq)] #[allow(dead_code)] pub(crate) enum Property { - /// The task's ID, either working-set index or Uuid if no in the working set + /// The task's ID, either working-set index or Uuid if not in the working set Id, /// The task's full UUID