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 9f59212 commit 8a6d851Copy full SHA for 8a6d851
bindgen/codegen/mod.rs
@@ -4130,7 +4130,7 @@ where
4130
/// ### Fallible vs. Infallible Conversions to Rust Types
4131
///
4132
/// When should one use this infallible `ToRustTyOrOpaque` trait versus the
4133
-/// fallible `TryTo{RustTy, Opaque, RustTyOrOpaque}` triats? All fallible trait
+/// fallible `TryTo{RustTy, Opaque, RustTyOrOpaque}` traits? All fallible trait
4134
/// implementations that need to convert another thing into a Rust type or
4135
/// opaque blob in a nested manner should also use fallible trait methods and
4136
/// propagate failure up the stack. Only infallible functions and methods like
0 commit comments