Skip to content

Commit 893077c

Browse files
Update src/librustc_mir/monomorphize/collector.rs
typo fix Co-authored-by: Jonas Schievink <[email protected]>
1 parent 6374054 commit 893077c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/monomorphize/collector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
//! function or method call (represented by a CALL terminator in MIR). But
8080
//! calls are not the only thing that might introduce a reference between two
8181
//! 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
82+
//! specialization of the form described next, and consequently will not get any
8383
//! special treatment in the algorithm.
8484
//!
8585
//! #### Taking a reference to a function or method

0 commit comments

Comments
 (0)