Skip to content

Commit b411f56

Browse files
authored
Merge pull request #590 from AppleKid27/master
[A Swift Tour] typo sett -> set
2 parents 84863ee + 5ba7b19 commit b411f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

welcome-to-swift/a-swift-tour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swiftツアー\(A Swift Tour\)
22

3-
最終更新日: 2024/6/26
3+
最終更新日: 2024/11/7
44
原文: https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html
55

66
Swift の特徴とシンタックスを探る。
@@ -478,7 +478,7 @@ print(triangle.sideLength)
478478
// 3.3000000000000003
479479
```
480480

481-
`perimeter`sett の中で、新しい値は暗黙的に `newValue` という名前になります。`set` の後に丸括弧\(`()`\)で囲んで明示的に指定することもできます。
481+
`perimeter`set の中で、新しい値は暗黙的に `newValue` という名前になります。`set` の後に丸括弧\(`()`\)で囲んで明示的に指定することもできます。
482482

483483
`EquilateralTriangle` クラスのイニシャライザは 3 つの異なるステップがあります。
484484

0 commit comments

Comments
 (0)