Skip to content

Commit c4ddd22

Browse files
authored
Merge pull request #14719 from krilnon/master
Fix em dash and apostrophe presentation in the Swift man page.
2 parents 05ecc3b + a251e0e commit c4ddd22

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/tools/swift.pod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ B<Fast.> Swift is intended as a replacement for C-based languages (C, C++, and
7272
Objective-C). As such, Swift must be comparable to those languages in
7373
performance for most tasks. Performance must also be predictable and consistent,
7474
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.
7676

7777
B<Expressive.> Swift benefits from decades of advancement in computer science to
7878
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.
8181

8282
=head1 BUGS
8383

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>.
8786

8887
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 Apples
88+
the bug is associated with an Apple NDA, please file a report to Apple's
9089
bug reporter at L<https://bugreport.apple.com> instead.
9190

9291
=head1 SEE ALSO

0 commit comments

Comments
 (0)