We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6374054 commit 893077cCopy full SHA for 893077c
src/librustc_mir/monomorphize/collector.rs
@@ -79,7 +79,7 @@
79
//! function or method call (represented by a CALL terminator in MIR). But
80
//! calls are not the only thing that might introduce a reference between two
81
//! function mono items, and as we will see below, they are just a
82
-//! specialized of the form described next, and consequently will not get any
+//! specialization of the form described next, and consequently will not get any
83
//! special treatment in the algorithm.
84
//!
85
//! #### Taking a reference to a function or method
0 commit comments