File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ const (
838
838
// InvalidCap occurs when an argument to the cap built-in function is not of
839
839
// supported type.
840
840
//
841
- // See https://golang.org/ref/spec#Lengthand_capacity for information on
841
+ // See https://golang.org/ref/spec#Length_and_capacity for information on
842
842
// which underlying types are supported as arguments to cap and len.
843
843
//
844
844
// Example:
@@ -859,7 +859,7 @@ const (
859
859
// InvalidCopy occurs when the arguments are not of slice type or do not
860
860
// have compatible type.
861
861
//
862
- // See https://golang.org/ref/spec#Appendingand_copying_slices for more
862
+ // See https://golang.org/ref/spec#Appending_and_copying_slices for more
863
863
// information on the type requirements for the copy built-in.
864
864
//
865
865
// Example:
@@ -897,7 +897,7 @@ const (
897
897
// InvalidLen occurs when an argument to the len built-in function is not of
898
898
// supported type.
899
899
//
900
- // See https://golang.org/ref/spec#Lengthand_capacity for information on
900
+ // See https://golang.org/ref/spec#Length_and_capacity for information on
901
901
// which underlying types are supported as arguments to cap and len.
902
902
//
903
903
// Example:
@@ -914,7 +914,7 @@ const (
914
914
915
915
// InvalidMake occurs when make is called with an unsupported type argument.
916
916
//
917
- // See https://golang.org/ref/spec#Makingslices_maps_and_channels for
917
+ // See https://golang.org/ref/spec#Making_slices_maps_and_channels for
918
918
// information on the types that may be created using make.
919
919
//
920
920
// Example:
You can’t perform that action at this time.
0 commit comments