Skip to content

Fix em dash and apostrophe presentation in the Swift man page. #14719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/tools/swift.pod
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ B<Fast.> Swift is intended as a replacement for C-based languages (C, C++, and
Objective-C). As such, Swift must be comparable to those languages in
performance for most tasks. Performance must also be predictable and consistent,
not just fast in short bursts that require clean-up later. There are lots of
languages with novel features being fast is rare.
languages with novel features - being fast is rare.

B<Expressive.> Swift benefits from decades of advancement in computer science to
offer syntax that is a joy to use, with modern features developers expect. But
Expand All @@ -81,12 +81,11 @@ works, continually evolving to make Swift even better.

=head1 BUGS

Reporting bugs is a great way for anyone to help improve Swift.
The bug tracker for Swift, an open-source project, is located at
L<https://bugs.swift.org>.
Reporting bugs is a great way for anyone to help improve Swift. The bug tracker
for Swift, an open-source project, is located at L<https://bugs.swift.org>.

If a bug can be reproduced only within an Xcode project or a playground, or if
the bug is associated with an Apple NDA, please file a report to Apples
the bug is associated with an Apple NDA, please file a report to Apple's
bug reporter at L<https://bugreport.apple.com> instead.

=head1 SEE ALSO
Expand Down