aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Shizukuishi <g2119019@fun.ac.jp>2021-07-16 11:12:54 +0900
committerGitHub <noreply@github.com>2021-07-16 11:12:54 +0900
commit95be06629101948c38dd82fd494028ea4aaa3094 (patch)
treecf8b8d11ec3241483ae2dd1ac06e0f434836130d
parent9b10359e8fb69dee0ddd0c46dfe81aecde1a714a (diff)
downloadtranslated-content-95be06629101948c38dd82fd494028ea4aaa3094.tar.gz
translated-content-95be06629101948c38dd82fd494028ea4aaa3094.tar.bz2
translated-content-95be06629101948c38dd82fd494028ea4aaa3094.zip
fix: typo of global_objects date index (#1508)
-rw-r--r--files/ja/web/javascript/reference/global_objects/date/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/date/index.html b/files/ja/web/javascript/reference/global_objects/date/index.html
index a5e00b4f68..88a7ea7880 100644
--- a/files/ja/web/javascript/reference/global_objects/date/index.html
+++ b/files/ja/web/javascript/reference/global_objects/date/index.html
@@ -17,7 +17,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary">JavaScript の <strong><code>Date</code></strong> オブジェクトは、単一の瞬間の時刻をプラットフォームに依存しない形式で表します。</span> <code>Date</code> オブジェクトは協定世界時 (UTC) の1970年1月1日からの経過ミリ秒数を表現する <code>Number</code> 含んでいます。</p>
+<p><span class="seoSummary">JavaScript の <strong><code>Date</code></strong> オブジェクトは、単一の瞬間の時刻をプラットフォームに依存しない形式で表します。</span> <code>Date</code> オブジェクトは協定世界時 (UTC) の1970年1月1日からの経過ミリ秒数を表現する <code>Number</code> の値を含んでいます。</p>
<h2 id="Description" name="Description">解説</h2>