diff options
Diffstat (limited to 'files/ja/web/javascript/reference/operators/logical_and_assignment')
-rw-r--r-- | files/ja/web/javascript/reference/operators/logical_and_assignment/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html b/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html index 1e74fc6b2d..95ac42b650 100644 --- a/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html +++ b/files/ja/web/javascript/reference/operators/logical_and_assignment/index.html @@ -26,7 +26,7 @@ translation_of: Web/JavaScript/Reference/Operators/Logical_AND_assignment <h3 id="短絡評価(ショートサーキット)">短絡評価(ショートサーキット)</h3> -<p><a href="/docs/Web/JavaScript/Reference/Operators/Logical_AND">論理積演算子</a>は左から右に評価され、次のルールを使って短絡評価の可能性があるかどうかテストされます。</p> +<p><a href="/ja/docs/Web/JavaScript/Reference/Operators/Logical_AND">論理積演算子</a>は左から右に評価され、次のルールを使って短絡評価の可能性があるかどうかテストされます。</p> <p><code>(偽値の式) && expr</code> は、偽値の式が短絡評価されます。</p> |