We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dea505 commit 336381aCopy full SHA for 336381a
examples/basic/iters/range_over_func1.go
@@ -8,7 +8,7 @@ import "github.com/devlights/gomy/output"
8
// 以下の関数パターンがサポートされています。
9
//
10
// - func(func() bool) : ループ変数に値を渡さないタイプ
11
-// - func(func(k) bool) : 1つのループ変数に値を渡すタイプ
+// - func(func(v) bool) : 1つのループ変数に値を渡すタイプ
12
// - func(func(k, v) bool) : 2つのループ変数に値を渡すタイプ
13
14
// 本サンプルは、func(func() bool) (ループ変数に値を渡さないタイプ) についてのサンプルです。
0 commit comments