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 82da446 commit 10f3e29Copy full SHA for 10f3e29
stdlib/public/core/String.swift
@@ -979,7 +979,7 @@ extension Sequence where Element: StringProtocol {
979
// This overload is necessary because String now conforms to
980
// BidirectionalCollection, and there are other `joined` overloads that are
981
// considered more specific. See Flatten.swift.gyb.
982
-extension BidirectionalCollection where Iterator.Element == String {
+extension BidirectionalCollection where Element == String {
983
/// Returns a new string by concatenating the elements of the sequence,
984
/// adding the given separator between each element.
985
///
0 commit comments