Skip to content

Commit 86d67cb

Browse files
authored
Merge pull request #1446 from Yuhta/master
Fix Structures type list
2 parents 805e016 + 1ff687f commit 86d67cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/custom_types/structs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
There are three types of structures ("structs") that can be created using the
44
`struct` keyword:
55

6-
* Tuple structs, which are, basically, named tuples. The classic [C structs][c_struct]
6+
* Tuple structs, which are, basically, named tuples.
7+
* The classic [C structs][c_struct]
78
* Unit structs, which are field-less, are useful for generics.
89

910
```rust,editable

0 commit comments

Comments
 (0)