Skip to content

Commit 88bf029

Browse files
committed
[継承]イニシャライザ構文→初期化構文
1 parent 2ecbe01 commit 88bf029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-guide/inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Vehicle {
3434
}
3535
```
3636

37-
イニシャライザ構文を使用して `Vehicle` の新しいインスタンスを作成します。これは、型名とそれに続く空の括弧\(`()`\)として記述されます。
37+
初期化構文を使用して `Vehicle` の新しいインスタンスを作成します。これは、型名とそれに続く空の括弧\(`()`\)として記述されます。
3838

3939
```swift
4040
let someVehicle = Vehicle()

0 commit comments

Comments
 (0)