aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.go b/src/testing/testing.go
index 59128e8a29..5f13e60f4f 100644
--- a/src/testing/testing.go
+++ b/src/testing/testing.go
@@ -99,7 +99,7 @@
// line order:
//
// func ExamplePerm() {
-// for _, value := range Perm(4) {
+// for _, value := range Perm(5) {
// fmt.Println(value)
// }
// // Unordered output: 4