Skip to content

Commit 8151141

Browse files
committed
Typo fix
1 parent 1cf4a18 commit 8151141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_types/enums.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! This module provides tooling that facilitates dealing with C-style enums
22
//!
33
//! C-style enums and Rust-style enums are quite different. There are things
4-
//! which one allows, but not the others, and vice versa. In an FFI context, two
4+
//! which one allows, but not the other, and vice versa. In an FFI context, two
55
//! aspects of C-style enums are particularly bothersome to us:
66
//!
77
//! - They allow a caller to send back an unknown enum variant. In Rust, the

0 commit comments

Comments
 (0)