We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7250fb8 commit 1c95ea7Copy full SHA for 1c95ea7
1 file changed
crates/objc2-encode/src/encoding.rs
@@ -225,7 +225,7 @@ impl Encoding {
225
/// equivalent, since Objective-C compilers strip this information to
226
/// avoid unnecessary nesting.
227
/// - Structs or unions with no fields/members are considered to represent
228
- /// "opqaue" types, and will therefore be equivalent to all other
+ /// "opaque" types, and will therefore be equivalent to all other
229
/// structs / unions.
230
/// - [`Object`], [`Block`] and [`Class`] compare as equivalent.
231
/// - [`String`] and pointers to [`Char`]/[`UChar`] compare as equivalent.
0 commit comments