]> 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 447e6b62cf7d2f2703ffa23df88ac09f14801169..8db7ba9424fc128beb9c1e4bdcb06f3cdf7bc15e 100644 (file)
@@ -1,4 +1,4 @@
-% Language FAQ
+% The Rust Language FAQ
 
 ## Are there any big programs written in it yet? I want to read big samples.
 
@@ -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?