diff options
Diffstat (limited to 'files/ja/web/javascript')
| -rw-r--r-- | files/ja/web/javascript/reference/operators/typeof/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/files/ja/web/javascript/reference/operators/typeof/index.html b/files/ja/web/javascript/reference/operators/typeof/index.html index 8f190dd7d3..20bc25f34e 100644 --- a/files/ja/web/javascript/reference/operators/typeof/index.html +++ b/files/ja/web/javascript/reference/operators/typeof/index.html @@ -135,7 +135,7 @@ typeof undeclaredVariable === 'undefined';  // オブジェクト  typeof {a: 1} === 'object'; -// <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray">Array.isArray</a> または Object.prototype.toString.call を使用て、 +// <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray">Array.isArray</a> または Object.prototype.toString.call を使用して、  // 通常のオブジェクトと配列を区別します。  typeof [1, 2, 4] === 'object'; | 
