aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/bytes.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytes/bytes.go')
-rw-r--r--src/bytes/bytes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytes/bytes.go b/src/bytes/bytes.go
index 1b2dbd4c33..c54e52e4fc 100644
--- a/src/bytes/bytes.go
+++ b/src/bytes/bytes.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package bytes implements functions for the manipulation of byte slices.
-// It is analogous to the facilities of the strings package.
+// It is analogous to the facilities of the [strings] package.
package bytes
import (