From 0ea2400f310ae8ebb2bfd6579d5e812547360061 Mon Sep 17 00:00:00 2001 From: okathira <43328895+okathira@users.noreply.github.com> Date: Mon, 21 Feb 2022 01:53:20 +0900 Subject: 翻訳漏れを修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/javascript/reference/operators/operator_precedence/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/javascript/reference') 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`
( … )
… ?? …