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.
1 parent 2ecbe01 commit 88bf029Copy full SHA for 88bf029
language-guide/inheritance.md
@@ -34,7 +34,7 @@ class Vehicle {
34
}
35
```
36
37
-イニシャライザ構文を使用して `Vehicle` の新しいインスタンスを作成します。これは、型名とそれに続く空の括弧\(`()`\)として記述されます。
+初期化構文を使用して `Vehicle` の新しいインスタンスを作成します。これは、型名とそれに続く空の括弧\(`()`\)として記述されます。
38
39
```swift
40
let someVehicle = Vehicle()
0 commit comments