Skip to content

Commit

Permalink
Fix trait terminology (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Feb 16, 2021
1 parent dcbe203 commit bfe9a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/ext/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
//!
//! - (library) Define a `trait OptExt: Target { ... }` with all the optional
//! methods:
//! - Making `OptExt` a supertrait of `Target` enables using `Target`'s
//! - Making `OptExt` a subtrait of `Target` enables using `Target`'s
//! associated types.
//!
//! ```rust,ignore
Expand Down

0 comments on commit bfe9a7b

Please sign in to comment.