We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c92dec commit 18ecba9Copy full SHA for 18ecba9
text/0000-transparent-unions.md
@@ -185,7 +185,7 @@ struct Cryptor {
185
// Imagine there a few fields here, defined by an external C library.
186
}
187
188
-// This method may be called from C (or Rust!), and matches the C
+// This function may be called from C (or Rust!), and matches the C
189
// function signature: bool(Cryptor *cryptor)
190
pub extern "C" fn init_cryptor(cryptor: &mut core::mem::MaybeUninit<Cryptor>) -> bool {
191
// Initialize the cryptor and return whether we succeeded
0 commit comments