We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca663b0 + 648c70e commit c9c3e7eCopy full SHA for c9c3e7e
library/core/src/ops/deref.rs
@@ -70,7 +70,7 @@
70
/// implementation is still specific in this sense; for example, [`Vec<T>`][vec]
71
/// dereferences to `[T]`, so methods of `T` are not applicable.
72
///
73
-/// Consider also that deref coericion means that deref traits are a much larger
+/// Consider also that deref coercion means that deref traits are a much larger
74
/// part of a type's public API than any other trait as it is implicitly called
75
/// by the compiler. Therefore, it is advisable to consider whether this is
76
/// something you are comfortable supporting as a public API.
0 commit comments