We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a51c69 commit cd0150cCopy full SHA for cd0150c
functional/generics-type-classes.md
@@ -11,7 +11,7 @@ of Rust's compile time guarantees.
11
A key part of this idea is the way generic types work. In C++ and Java, for
12
example, generic types are a meta-programming construct for the compiler.
13
`vector<int>` and `vector<char>` in C++ are just two different copies of the
14
-same boilerplate code for a `Vec` type (known as a `template`) with two
+same boilerplate code for a `vector` type (known as a `template`) with two
15
different types filled in.
16
17
In Rust, a generic type parameter creates what is known in functional languages
0 commit comments