We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c26dd6 commit 048cf6bCopy full SHA for 048cf6b
rust/src/collaboration/folder.rs
@@ -135,7 +135,7 @@ impl RemoteFolder {
135
success.then_some(()).ok_or(())
136
}
137
138
- /// Desciprtion of the folder
+ /// Description of the folder
139
pub fn description(&self) -> BnString {
140
let result = unsafe { BNRemoteFolderGetDescription(self.as_raw()) };
141
assert!(!result.is_null());
0 commit comments