Skip to content

Commit b028aea

Browse files
authored
Merge pull request swiftlang#24509 from Nirma/patch-1
2 parents 4e719ed + cd50557 commit b028aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/StringInterpolation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/// fileprivate mutating func appendInterpolation(
4848
/// escaped value: String, asASCII forceASCII: Bool = false) {
4949
/// for char in value.unicodeScalars {
50-
/// appendInterpolation(char.escaped(asASCII: forceASCII)
50+
/// appendInterpolation(char.escaped(asASCII: forceASCII))
5151
/// }
5252
/// }
5353
/// }

0 commit comments

Comments
 (0)