Skip to content

Commit cd0150c

Browse files
jhwgh1968marcoieni
andauthored
Typo fix
Co-authored-by: Marco Ieni <[email protected]>
1 parent 6a51c69 commit cd0150c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional/generics-type-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of Rust's compile time guarantees.
1111
A key part of this idea is the way generic types work. In C++ and Java, for
1212
example, generic types are a meta-programming construct for the compiler.
1313
`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
14+
same boilerplate code for a `vector` type (known as a `template`) with two
1515
different types filled in.
1616

1717
In Rust, a generic type parameter creates what is known in functional languages

0 commit comments

Comments
 (0)