mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix minor typo in doc comment
This commit is contained in:
parent
4d9755c43b
commit
0e7a4c2c33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue