Skip to content

Commit 336381a

Browse files
committed
Update
1 parent 3dea505 commit 336381a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/iters/range_over_func1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "github.com/devlights/gomy/output"
88
// 以下の関数パターンがサポートされています。
99
//
1010
// - func(func() bool) : ループ変数に値を渡さないタイプ
11-
// - func(func(k) bool) : 1つのループ変数に値を渡すタイプ
11+
// - func(func(v) bool) : 1つのループ変数に値を渡すタイプ
1212
// - func(func(k, v) bool) : 2つのループ変数に値を渡すタイプ
1313
//
1414
// 本サンプルは、func(func() bool) (ループ変数に値を渡さないタイプ) についてのサンプルです。

0 commit comments

Comments
 (0)