Skip to content

Commit

Permalink
Fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Sep 12, 2024
1 parent deb95fc commit 831fe71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-crates/objc2-foundation/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ impl NSString {
/// done efficiently.
///
/// Returns [`None`] if the internal storage does not allow this to be
/// done efficiently. Use [`NSString::as_str`] or `NSString::to_string`
/// if performance is not an issue.
/// done efficiently. Use `NSString::to_string` if performance is not an
/// issue.
///
///
/// # Safety
Expand Down

0 comments on commit 831fe71

Please sign in to comment.