Skip to content

Commit d686281

Browse files
authored
Update intro sentence in The Basics (#14)
2 parents a10b363 + 97bbd30 commit d686281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/TheBasics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# The Basics
44

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

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

0 commit comments

Comments
 (0)