diff --git a/doc/langref.html.in b/doc/langref.html.in
index 0d10119cb7..162ba44700 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -2631,7 +2631,7 @@ test "Conversion between vectors, arrays, and slices" {
- - {#syntax#}[]T{#endsyntax#} - pointer to runtime-known number of items.
+
- {#syntax#}[]T{#endsyntax#} - is a slice (a fat pointer, which contains a pointer of type {#syntax#}[*]T{#endsyntax#} and a length).
- Supports index syntax: {#syntax#}slice[i]{#endsyntax#}
- Supports slice syntax: {#syntax#}slice[start..end]{#endsyntax#}