We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f857a9 commit 4813444Copy full SHA for 4813444
src/types/tuple.md
@@ -27,7 +27,7 @@ Its one value is also called *unit* or *the unit value*.
27
Some examples of tuple types:
28
29
* `()` (unit)
30
-* `(i32, )` (1-ary tuple)
+* `(i32,)` (1-ary tuple)
31
* `(f64, f64)`
32
* `(String, i32)`
33
* `(i32, String)` (different type from the previous example)
0 commit comments