Skip to content

Commit 6d17f76

Browse files
committed
If and only if
1 parent b06626e commit 6d17f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/src/layout/arrays-and-slices.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ _alignment_ of the element type.
2727

2828
### Arrays of zero-size
2929

30-
Arrays `[T; N]` have zero size if their count `N` is zero, or their element `T`
31-
has zero-size.
30+
Arrays `[T; N]` have zero size if and only if their count `N` is zero or their
31+
element type `T` is zero-sized.
3232

3333
### Special case `stride == size`
3434

0 commit comments

Comments
 (0)