@@ -840,8 +840,9 @@ extension String {
840840 /// string representation of `instance` in one of the following ways,
841841 /// depending on its protocol conformance:
842842 ///
843- /// - If `instance` conforms to the `TextOutputStreamable` protocol, the result is
844- /// obtained by calling `instance.write(to: s)` on an empty string `s`.
843+ /// - If `instance` conforms to the `TextOutputStreamable` protocol, the
844+ /// result is obtained by calling `instance.write(to: s)` on an empty
845+ /// string `s`.
845846 /// - If `instance` conforms to the `CustomStringConvertible` protocol, the
846847 /// result is `instance.description`.
847848 /// - If `instance` conforms to the `CustomDebugStringConvertible` protocol,
@@ -890,8 +891,9 @@ extension String {
890891 /// the result is `subject.debugDescription`.
891892 /// - If `subject` conforms to the `CustomStringConvertible` protocol, the
892893 /// result is `subject.description`.
893- /// - If `subject` conforms to the `TextOutputStreamable` protocol, the result is
894- /// obtained by calling `subject.write(to: s)` on an empty string `s`.
894+ /// - If `subject` conforms to the `TextOutputStreamable` protocol, the
895+ /// result is obtained by calling `subject.write(to: s)` on an empty
896+ /// string `s`.
895897 /// - An unspecified result is supplied automatically by the Swift standard
896898 /// library.
897899 ///
0 commit comments