We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ffcd9 commit 4a4f964Copy full SHA for 4a4f964
reference/src/glossary.md
@@ -80,7 +80,7 @@ This document also uses the "1-ZST" abbreviation, which stands for "one-aligned
80
zero-sized type", to refer to zero-sized types with an alignment requirement of 1.
81
82
For example, `()` is a "1-ZST" but `[u16; 0]` is not because it has an alignment
83
-requirement of two.
+requirement of 2.
84
85
### TODO
86
0 commit comments