aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/web/javascript/reference/operators/operator_precedence/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/javascript/reference/operators/operator_precedence/index.html b/files/ja/web/javascript/reference/operators/operator_precedence/index.html
index 00a69ed750..48cf7fe15e 100644
--- a/files/ja/web/javascript/reference/operators/operator_precedence/index.html
+++ b/files/ja/web/javascript/reference/operators/operator_precedence/index.html
@@ -195,7 +195,7 @@ a?.b.c; // `a` を最初に評価し、then produce `a` if `a` is `null`
<tr>
<td>19</td>
<td>{{jsxref("Operators/Grouping", "グループ化", "", 1)}}</td>
- <td>n/a</td>
+ <td>なし</td>
<td><code>( … )</code></td>
</tr>
<tr>
@@ -402,7 +402,7 @@ a?.b.c; // `a` を最初に評価し、then produce `a` if `a` is `null`
</tr>
<tr>
<td><a href="/ja/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator">Null 合体</a></td>
- <td>left-to-right</td>
+ <td>左から右</td>
<td><code>… ?? …</code></td>
</tr>
<tr>