Skip to content

Commit e1e3df7

Browse files
committed
Use the current name of Apple Books in comments.
This was formerly the iBooks Store, but the name changed several years ago. Apple Style Guide entry for "Book Store" says: In most cases, simply use Apple Books to refer to the service that lets users purchase, download, and read ebooks. If you need to differentiate the store from the app, you can use the Book Store, the store in Apple Books, or the Book Store in Apple Books. https://support.apple.com/guide/applestyleguide/b-apsg1a3a0436/web
1 parent f055a20 commit e1e3df7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Sources/TSPL/TSPL.docc/GuidedTour/GuidedTour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ occupations["Jayne"] = "Public Relations"
264264
-->
265265

266266
<!--
267-
iBooks Store screenshot begins here.
267+
Apple Books screenshot begins here.
268268
-->
269269

270270
Arrays automatically grow as you add elements.
@@ -391,7 +391,7 @@ Write a question mark (`?`) after the type of a value
391391
to mark the value as optional.
392392

393393
<!--
394-
iBooks Store screenshot ends here.
394+
Apple Books screenshot ends here.
395395
-->
396396

397397
<!--

Sources/TSPL/TSPL.docc/LanguageGuide/AdvancedOperators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ and its second four bits set to `1`.
7373
This is equivalent to a decimal value of `15`.
7474

7575
<!--
76-
iBooks Store screenshot begins here.
76+
Apple Books screenshot begins here.
7777
-->
7878

7979
The bitwise NOT operator is then used to create a new constant called `invertedBits`,
@@ -123,7 +123,7 @@ if the bits are equal to `1` in *either* input number:
123123
![](bitwiseOR)
124124

125125
<!--
126-
iBooks Store screenshot ends here.
126+
Apple Books screenshot ends here.
127127
-->
128128

129129
In the example below,

Sources/TSPL/TSPL.docc/LanguageGuide/ControlFlow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ This example plays a simple game of *Snakes and Ladders*
309309
(also known as *Chutes and Ladders*):
310310

311311
<!--
312-
iBooks Store screenshot begins here.
312+
Apple Books screenshot begins here.
313313
-->
314314

315315
![](snakesAndLadders)
@@ -365,7 +365,7 @@ board[14] = -10; board[19] = -11; board[22] = -02; board[24] = -08
365365
-->
366366

367367
<!--
368-
iBooks Store screenshot ends here.
368+
Apple Books screenshot ends here.
369369
-->
370370

371371
Square 3 contains the bottom of a ladder that moves you up to square 11.

Sources/TSPL/TSPL.docc/LanguageGuide/Properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ which modifies the `x` and `y` values of the stored `origin` property,
432432
and moves the square to its new position.
433433

434434
<!--
435-
iBooks Store screenshot begins here.
435+
Apple Books screenshot begins here.
436436
-->
437437

438438
![](computedProperties)
@@ -485,7 +485,7 @@ struct AlternativeRect {
485485
-->
486486

487487
<!--
488-
iBooks Store screenshot ends here.
488+
Apple Books screenshot ends here.
489489
-->
490490

491491
### Shorthand Getter Declaration

Sources/TSPL/TSPL.docc/ReferenceManual/Expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ struct Point {
876876
-->
877877

878878
<!--
879-
iBooks Store screenshot begins here.
879+
Apple Books screenshot begins here.
880880
-->
881881

882882
> Grammar of a self expression:
@@ -961,7 +961,7 @@ There are several special forms
961961
that allow closures to be written more concisely:
962962

963963
<!--
964-
iBooks Store screenshot ends here.
964+
Apple Books screenshot ends here.
965965
-->
966966

967967
- A closure can omit the types

0 commit comments

Comments
 (0)