1
0
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:
Fabian Bornhofen
2023-01-12 11:26:48 +01:00
parent ff86e67fb1
commit a3ec024fba

View File

@@ -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>