diff options
-rw-r--r-- | doc/go_spec.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html index c1f68a0ce..175d53092 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1015,7 +1015,7 @@ make([]T, length, capacity) <p> produces the same slice as allocating an array and slicing it, so these two examples -produce the same slice: +result in the same slice: </p> <pre> |