diff --git a/doc/langref.html.in b/doc/langref.html.in index 00f82cd379..5bf91ca70f 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1565,7 +1565,7 @@ value == null{#endsyntax#} const array1 = [_]u32{1,2}; const array2 = [_]u32{3,4}; const together = array1 ++ array2; -mem.eql(u32, together, &[_]u32{1,2,3,4}){#endsyntax#} +mem.eql(u32, &together, &[_]u32{1,2,3,4}){#endsyntax#}