We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84863ee + 5ba7b19 commit b411f56Copy full SHA for b411f56
welcome-to-swift/a-swift-tour.md
@@ -1,6 +1,6 @@
1
# Swiftツアー\(A Swift Tour\)
2
3
-最終更新日: 2024/6/26
+最終更新日: 2024/11/7
4
原文: https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html
5
6
Swift の特徴とシンタックスを探る。
@@ -478,7 +478,7 @@ print(triangle.sideLength)
478
// 3.3000000000000003
479
```
480
481
-`perimeter` の sett の中で、新しい値は暗黙的に `newValue` という名前になります。`set` の後に丸括弧\(`()`\)で囲んで明示的に指定することもできます。
+`perimeter` の set の中で、新しい値は暗黙的に `newValue` という名前になります。`set` の後に丸括弧\(`()`\)で囲んで明示的に指定することもできます。
482
483
`EquilateralTriangle` クラスのイニシャライザは 3 つの異なるステップがあります。
484
0 commit comments