summaryrefslogtreecommitdiffhomepage
path: root/swift.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 04:01:29 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 04:01:29 -0700
commit100fb0a74004cc1e7a9482f5c58a33839fe64aed (patch)
tree9f21f3510d2197843b7878cb175713d960c80393 /swift.html.markdown
parent64b1e44842ff0b5403ae42a928f8ec4adaf68e3b (diff)
iBooks -> Apple Books
Diffstat (limited to 'swift.html.markdown')
-rw-r--r--swift.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift.html.markdown b/swift.html.markdown
index 36124e11..52015344 100644
--- a/swift.html.markdown
+++ b/swift.html.markdown
@@ -14,7 +14,7 @@ filename: learnswift.swift
Swift is a programming language for iOS and macOS development created by Apple. Designed to coexist with Objective-C and to be more resilient against erroneous code, Swift was introduced in 2014 at Apple's developer conference WWDC. It is built with the LLVM compiler included in Xcode 6+.
-The official _[Swift Programming Language](https://itunes.apple.com/us/book/swift-programming-language/id881256329)_ book from Apple is now available via iBooks. It goes into much more detail than this guide, and if you have the time and patience to read it, it's recommended. Some of these examples are from that book.
+The official _[Swift Programming Language](https://itunes.apple.com/us/book/swift-programming-language/id881256329)_ book from Apple is now available via Apple Books. It goes into much more detail than this guide, and if you have the time and patience to read it, it's recommended. Some of these examples are from that book.
Another great reference is _About Swift_ on Swift's [website](https://docs.swift.org/swift-book/).