@@ -72,7 +72,7 @@ B<Fast.> Swift is intended as a replacement for C-based languages (C, C++, and
72
72
Objective-C). As such, Swift must be comparable to those languages in
73
73
performance for most tasks. Performance must also be predictable and consistent,
74
74
not just fast in short bursts that require clean-up later. There are lots of
75
- languages with novel features — being fast is rare.
75
+ languages with novel features - being fast is rare.
76
76
77
77
B<Expressive.> Swift benefits from decades of advancement in computer science to
78
78
offer syntax that is a joy to use, with modern features developers expect. But
@@ -81,12 +81,11 @@ works, continually evolving to make Swift even better.
81
81
82
82
=head1 BUGS
83
83
84
- Reporting bugs is a great way for anyone to help improve Swift.
85
- The bug tracker for Swift, an open-source project, is located at
86
- L<https://bugs.swift.org>.
84
+ Reporting bugs is a great way for anyone to help improve Swift. The bug tracker
85
+ for Swift, an open-source project, is located at L<https://bugs.swift.org>.
87
86
88
87
If a bug can be reproduced only within an Xcode project or a playground, or if
89
- the bug is associated with an Apple NDA, please file a report to Apple’ s
88
+ the bug is associated with an Apple NDA, please file a report to Apple' s
90
89
bug reporter at L<https://bugreport.apple.com> instead.
91
90
92
91
=head1 SEE ALSO
0 commit comments