From 92b3089e5e03a75bf26160a64ce86f6786274bc6 Mon Sep 17 00:00:00 2001 From: daladim Date: Thu, 5 Aug 2021 21:21:19 +0200 Subject: [PATCH] [typo] --- src/item.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item.rs b/src/item.rs index e775e5c..e5ee4f6 100644 --- a/src/item.rs +++ b/src/item.rs @@ -206,7 +206,7 @@ impl VersionTag { -/// Desribes whether this item has been synced already, or modified since the last time it was synced +/// Describes whether this item has been synced already, or modified since the last time it was synced #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] pub enum SyncStatus { /// This item has ben locally created, and never synced yet