We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef7a4c commit e2a97acCopy full SHA for e2a97ac
reference/src/glossary.md
@@ -76,10 +76,9 @@ niche.
76
#### Zero-sized type / ZST
77
78
Types with zero size are called zero-sized types, which is abbreviated as "ZST".
79
-When the alignment of the type is relevant, the schema "N-ZST" which stands for
80
-"N-aligned zero-sized type" is used. For example: "1-ZST" stands for
81
-"one-aligned zero-sized type", that is, a type with a size of zero and an
82
-alignment requirement of one.
+This document also uses the "1-ZST" abbreviation, which stands for "one-aligned
+zero-sized type", to refer to zero-sized types with an alignment requirement of
+1.
83
84
### TODO
85
0 commit comments