You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-30 00:58:23 +02:00
Fix formatting in compound-types.md
This commit is contained in:
@@ -45,6 +45,6 @@ Tuples:
|
|||||||
|
|
||||||
* Tuples group together values of different types into a compound type.
|
* Tuples group together values of different types into a compound type.
|
||||||
|
|
||||||
*Fields that can be accessed by the period and the index of the value, e.g. t.0, t.1.
|
* Fields that can be accessed by the period and the index of the value, e.g. `t.0`, `t.1`.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user