We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fedc2e commit 9cdee34Copy full SHA for 9cdee34
src/backend/monomorph.md
@@ -61,7 +61,7 @@ units](../appendix/glossary.md#codegen-unit).
61
62
For better incremental build times, the CGU partitioner creates two CGU for each source level
63
modules. One is for "stable" i.e. non-generic code and the other is more volatile code i.e.
64
-monoporphized/specialized instances.
+monomorphized/specialized instances.
65
66
For depenencies, consider Crate A and Crate B, such that Crate B depends on Crate A.
67
The following table lists different scenarios for a function in Crate A that might be used by one
0 commit comments