We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff68c99 commit 9cf1343Copy full SHA for 9cf1343
src/expressions/tuple-expr.md
@@ -29,7 +29,7 @@ Examples of tuple expressions:
29
| -------------------- | ------------ |
30
| `()` | `()` (unit) |
31
| `(0.0, 4.5)` | `(f64, f64)` |
32
-| `("x".to_string(), ) | `(String, ) |
+| `("x".to_string(), )` | `(String, )` |
33
| `("a", 4usize, true)`| `(&'static str, usize, bool)` |
34
35
### Tuple expression attributes
0 commit comments