Skip to content

Commit 06a4565

Browse files
irasallyyottahmd
authored andcommitted
表現を少し変えてみる
1 parent 60aeed2 commit 06a4565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-system/exceptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ console.log.apply(console, new Array(1000000000)); // RangeError: Invalid array
2626

2727
### ReferenceError
2828

29-
無効な参照の値参照をするときに発生するエラーを表すインスタンスを作成します。例えば
29+
参照されたのが無効な参照だった場合に発生するエラーを表すインスタンスを作成します。例えば
3030

3131
```javascript
3232
'use strict';

0 commit comments

Comments
 (0)