mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-17 16:12:39 +02:00
Fix formatting in compound-types.md
This commit is contained in:
parent
ff86e67fb1
commit
a3ec024fba
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user