Skip to content

Commit 048cf6b

Browse files
committed
Fix typo
1 parent 2c26dd6 commit 048cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/collaboration/folder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl RemoteFolder {
135135
success.then_some(()).ok_or(())
136136
}
137137

138-
/// Desciprtion of the folder
138+
/// Description of the folder
139139
pub fn description(&self) -> BnString {
140140
let result = unsafe { BNRemoteFolderGetDescription(self.as_raw()) };
141141
assert!(!result.is_null());

0 commit comments

Comments
 (0)