Skip to content

Commit 831fe71

Browse files
committed
Fix docs links
1 parent deb95fc commit 831fe71

File tree

1 file changed

+2
-2
lines changed
  • framework-crates/objc2-foundation/src

1 file changed

+2
-2
lines changed

framework-crates/objc2-foundation/src/string.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ impl NSString {
4848
/// done efficiently.
4949
///
5050
/// Returns [`None`] if the internal storage does not allow this to be
51-
/// done efficiently. Use [`NSString::as_str`] or `NSString::to_string`
52-
/// if performance is not an issue.
51+
/// done efficiently. Use `NSString::to_string` if performance is not an
52+
/// issue.
5353
///
5454
///
5555
/// # Safety

0 commit comments

Comments
 (0)