Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare authored Jul 19, 2024
1 parent e3b92af commit 5bbaf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/collaboration/folder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 5bbaf32

Please sign in to comment.