Skip to content

Commit 1c95ea7

Browse files
committed
Fix typo
1 parent 7250fb8 commit 1c95ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/objc2-encode/src/encoding.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl Encoding {
225225
/// equivalent, since Objective-C compilers strip this information to
226226
/// avoid unnecessary nesting.
227227
/// - Structs or unions with no fields/members are considered to represent
228-
/// "opqaue" types, and will therefore be equivalent to all other
228+
/// "opaque" types, and will therefore be equivalent to all other
229229
/// structs / unions.
230230
/// - [`Object`], [`Block`] and [`Class`] compare as equivalent.
231231
/// - [`String`] and pointers to [`Char`]/[`UChar`] compare as equivalent.

0 commit comments

Comments
 (0)