Skip to content
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

Swift graduates from school. #14

Merged
merged 2 commits into from
Oct 5, 2022
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
6 changes: 3 additions & 3 deletions Sources/TSPL/TSPL.docc/LanguageGuide/TheBasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# The Basics

Swift is a new programming language for iOS, macOS, watchOS, and tvOS app development.
Nonetheless, many parts of Swift will be familiar
from your experience of developing in C and Objective-C.
Swift is a programming language for iOS, macOS, watchOS, and tvOS app development.
If you have experience developing in C or Objective-C,
many parts of Swift will be familiar to you.

Swift provides its own versions of all fundamental C and Objective-C types,
including `Int` for integers, `Double` and `Float` for floating-point values,
Expand Down