We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc67da commit f848229Copy full SHA for f848229
src/primitives.md
@@ -50,7 +50,7 @@ fn main() {
50
// Variables can be overwritten with shadowing.
51
let mutable = true;
52
53
- /* Compound types - Array and Tuples */
+ /* Compound types - Array and Tuple */
54
55
// Array signature consists of Type T and length as [T; length].
56
let my_array: [i32; 5] = [1, 2, 3, 4, 5];
0 commit comments