diff --git a/doc/langref.html.in b/doc/langref.html.in
index 4307dd72e6..d3db8079b5 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -2286,7 +2286,7 @@ value == null{#endsyntax#}
Array concatenation.
- - Only available when {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.
+ - Only available when the lengths of both {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.
|
@@ -2307,7 +2307,7 @@ mem.eql(u32, &together, &[_]u32{1,2,3,4}){#endsyntax#}
|
Array multiplication.
- - Only available when {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.
+ - Only available when the length of {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.
|
|