Skip to content

Commit 1e991e4

Browse files
committed
Remove redundant type for join()
1 parent 956b650 commit 1e991e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/builtin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ var Builtins = []*Function{
247247
Types: types(
248248
strings.Join,
249249
new(func([]interface{}, string) string),
250-
new(func([]string) string),
251250
new(func([]interface{}) string),
252251
),
253252
},

0 commit comments

Comments
 (0)