diff options
author | Takuya Shizukuishi <g2119019@fun.ac.jp> | 2021-07-20 00:21:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 00:21:10 +0900 |
commit | 508d72c4011ef9aae3a49aaba4c040911b40b80b (patch) | |
tree | 1bb13f697afc9ee3200e753b57f90b7aac841862 /files | |
parent | 24c49321b8712ace18351fa6fce1e9b96e9bad7b (diff) | |
download | translated-content-508d72c4011ef9aae3a49aaba4c040911b40b80b.tar.gz translated-content-508d72c4011ef9aae3a49aaba4c040911b40b80b.tar.bz2 translated-content-508d72c4011ef9aae3a49aaba4c040911b40b80b.zip |
fix: typo of global_objects date index (#1606)
Fixed again because the previous change (95be066) was canceled in abbf591.
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/javascript/reference/global_objects/date/index.html | 2 |
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> |