Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 23, 2022
1 parent 4aa7fe0 commit 4d11ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/icrate/src/Foundation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
//! # Rust vs. Objective-C types
//!
//! | Objective-C | (approximately) equivalent Rust |
//! | --- | --- |
//! | `NSData` | `Box<[u8]>` |
//! | `NSMutableData` | `Vec<u8>` |
//! | `NSString` | `Box<str>` |
Expand Down

0 comments on commit 4d11ec1

Please sign in to comment.