We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dde435 commit cbe88a8Copy full SHA for cbe88a8
src/fsharp/FSharp.Core/string.fs
@@ -20,7 +20,7 @@ namespace Microsoft.FSharp.Core
20
21
[<CompiledName("Concat")>]
22
let concat sep (strings : seq<string>) =
23
- String.Join(sep, Seq.toArray strings)
+ String.Join(sep, strings)
24
25
[<CompiledName("Iterate")>]
26
let iter (f : (char -> unit)) (str:string) =
0 commit comments