Skip to content

Commit 698ff8e

Browse files
committed
translate "In conclusion" to ja in "delete"
1 parent 49ed22c commit 698ff8e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

doc/ja/core/delete.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ IE(最低でも6-8で)は多少のバグがある為に、上記のコードは
6868

6969
### ホストオブジェクト
7070

71-
`delete`演算子の振る舞いはホストオブジェクトにとって予測不可能になりかねません。仕様によりホストオブジェクトは、あらゆる振る舞いの実行が許可されている為です
71+
`delete`演算子の挙動はホストオブジェクトにとって予測不可能になりかねません。仕様によりホストオブジェクトは、あらゆる挙動の実行が許可されている為です
7272

73-
### In conclusion
73+
### 終わりに
7474

75-
`delete` operator often has an unexpected behaviour and can be safely used
76-
only for dealing with explicitly set properties on normal objects.
75+
`delete`演算子は、しばしば予期せぬ挙動をします。唯一安全な仕様方法は通常のオブジェクトに明示的に設定されたプロパティを扱う場合だけです。

0 commit comments

Comments
 (0)