You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-09 15:55:36 +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.
|
||||
|
||||
*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>
|
||||
|
Reference in New Issue
Block a user