Skip to content

Commit 8a6d851

Browse files
altuneneskulp
authored andcommitted
update small typo
it makes sense that "traits" is the correct word... :-)
1 parent 9f59212 commit 8a6d851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/codegen/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4130,7 +4130,7 @@ where
41304130
/// ### Fallible vs. Infallible Conversions to Rust Types
41314131
///
41324132
/// When should one use this infallible `ToRustTyOrOpaque` trait versus the
4133-
/// fallible `TryTo{RustTy, Opaque, RustTyOrOpaque}` triats? All fallible trait
4133+
/// fallible `TryTo{RustTy, Opaque, RustTyOrOpaque}` traits? All fallible trait
41344134
/// implementations that need to convert another thing into a Rust type or
41354135
/// opaque blob in a nested manner should also use fallible trait methods and
41364136
/// propagate failure up the stack. Only infallible functions and methods like

0 commit comments

Comments
 (0)