diff --git a/rust/src/collaboration/folder.rs b/rust/src/collaboration/folder.rs index c6b77964c..0977afee9 100644 --- a/rust/src/collaboration/folder.rs +++ b/rust/src/collaboration/folder.rs @@ -135,7 +135,7 @@ impl RemoteFolder { success.then_some(()).ok_or(()) } - /// Desciprtion of the folder + /// Description of the folder pub fn description(&self) -> BnString { let result = unsafe { BNRemoteFolderGetDescription(self.as_raw()) }; assert!(!result.is_null());