Skip to content

Commit 4813444

Browse files
authored
Remove 1-ary space
This follows the formatting standards of rustfmt and rustc.
1 parent 4f857a9 commit 4813444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/tuple.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Its one value is also called *unit* or *the unit value*.
2727
Some examples of tuple types:
2828

2929
* `()` (unit)
30-
* `(i32, )` (1-ary tuple)
30+
* `(i32,)` (1-ary tuple)
3131
* `(f64, f64)`
3232
* `(String, i32)`
3333
* `(i32, String)` (different type from the previous example)

0 commit comments

Comments
 (0)