diff --git a/doc/langref.html.in b/doc/langref.html.in
index 5437dcc801245d7c30c350ff106a81201d399688..5d3e1ec9b3c470f98c7f7d4059b95b2ddd25ac68 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -2132,8 +2132,8 @@ test "slice widening" {
{#header_open|struct#}
{#code_begin|test|structs#}
// Declare a struct.
-// Zig gives no guarantees about the order of fields and whether or
-// not there will be padding.
+// Zig gives no guarantees about the order of fields and the size of
+// the struct but the fields are guaranteed to be ABI-aligned.
const Point = struct {
x: f32,
y: f32,