aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorJunsei Nagao <54606780+junseinagao@users.noreply.github.com>2021-08-31 13:18:48 +0900
committerGitHub <noreply@github.com>2021-08-31 13:18:48 +0900
commit5773c96bd424f4956994d1493b6434a5e1c4e9ef (patch)
treeb23157bf859f6d2aae1ce2f1d1fe898956f6bb36 /files/ja/web
parent61d600f084b018ace88006b0eccf90a8aece63e4 (diff)
downloadtranslated-content-5773c96bd424f4956994d1493b6434a5e1c4e9ef.tar.gz
translated-content-5773c96bd424f4956994d1493b6434a5e1c4e9ef.tar.bz2
translated-content-5773c96bd424f4956994d1493b6434a5e1c4e9ef.zip
'Using Date.parse() の使用' -> 'Date.parse()の使用' (#2257)
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/javascript/reference/global_objects/date/parse/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/date/parse/index.html b/files/ja/web/javascript/reference/global_objects/date/parse/index.html
index ec4a46ca35..b666075816 100644
--- a/files/ja/web/javascript/reference/global_objects/date/parse/index.html
+++ b/files/ja/web/javascript/reference/global_objects/date/parse/index.html
@@ -107,7 +107,7 @@ Date.parse('foo-bar 2014');
<h2 id="Examples" name="Examples">例</h2>
-<h3 id="Using_Date.parse" name="Using_Date.parse">Using <code>Date.parse()</code> の使用</h3>
+<h3 id="Using_Date.parse" name="Using_Date.parse"><code>Date.parse()</code> の使用</h3>
<p>以下の呼び出しはすべて <code>1546300800000</code> を返します。最初のものは ES5 によれば UTC 時刻を意味し、それ以外は ISO 日付仕様 (<code>Z</code> および <code>+00:00</code>) に従って UTC をタイムゾーンを指定しています。</p>