From 7cff0dd81664c783bca552c97e79fd0cb485ea61 Mon Sep 17 00:00:00 2001 From: anshul-garg27 Date: Wed, 29 Apr 2026 04:51:42 +0530 Subject: [PATCH] Fix typo in cloud_object doc comment --- crates/warp_server_client/src/cloud_object/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/warp_server_client/src/cloud_object/mod.rs b/crates/warp_server_client/src/cloud_object/mod.rs index 77e65401..36432701 100644 --- a/crates/warp_server_client/src/cloud_object/mod.rs +++ b/crates/warp_server_client/src/cloud_object/mod.rs @@ -544,7 +544,7 @@ pub struct CloudObjectMetadata { pub pending_changes_statuses: CloudObjectStatuses, pub trashed_ts: Option, pub folder_id: Option, - /// Welcome objects are created on the server when a user first recieves + /// Welcome objects are created on the server when a user first receives /// access to Warp Drive as part of onboarding. pub is_welcome_object: bool, pub last_editor_uid: Option,