]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/complement-lang-faq.md
auto merge of #17432 : nick29581/rust/contrib, r=brson
[rust.git] / src / doc / complement-lang-faq.md
index dab52e89b6e64b17ddb938502e91c1261b8e4843..8db7ba9424fc128beb9c1e4bdcb06f3cdf7bc15e 100644 (file)
@@ -83,7 +83,7 @@ We want to maintain the option to parametrize at runtime. We may eventually chan
 
 ## Why aren't values type-parametric? Why only items?
 
-Doing so would make type inference much more complex, and require the implementation strategy of runtime parametrization.
+Doing so would make type inference much more complex, and require the implementation strategy of runtime parameterization.
 
 ## Why are enumerations nominal and closed?