Skip to content

Commit

Permalink
Update 0228-fix-expressiblebystringinterpolation.md (#1039)
Browse files Browse the repository at this point in the history
Fix syntax error in comment code.
  • Loading branch information
Nirma authored and lattner committed May 5, 2019
1 parent 571cadd commit c730e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/0228-fix-expressiblebystringinterpolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ The standard library uses `make()` to extract the final value; `CustomStringConv
/// fileprivate mutating func appendInterpolation(
/// escaped value: String, asASCII forceASCII: Bool = false) {
/// for char in value.unicodeScalars {
/// appendInterpolation(char.escaped(asASCII: forceASCII)
/// appendInterpolation(char.escaped(asASCII: forceASCII))
/// }
/// }
/// }
Expand Down

0 comments on commit c730e46

Please sign in to comment.