From 8f037a634479c373ef8e6b71498dd49438e7aaa5 Mon Sep 17 00:00:00 2001 From: Hiratake Date: Thu, 8 Apr 2021 23:43:03 +0900 Subject: 半角スペースの誤字を修正 (#437) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 「&nbp;」→「 」 下の「end」の記述に合わせて半角スペースに置き換え --- files/ja/web/javascript/reference/global_objects/array/fill/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/javascript/reference/global_objects/array/fill/index.html b/files/ja/web/javascript/reference/global_objects/array/fill/index.html index 7b995dd9b7..d0a3b9af6b 100644 --- a/files/ja/web/javascript/reference/global_objects/array/fill/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/fill/index.html @@ -27,7 +27,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/fill
value
配列に設定する値です。
-
start&nbp;{{optional_inline}}
+
start {{optional_inline}}
開始する位置です。既定値は 0 です。
end {{optional_inline}}
終了する位置です。既定値は this.length です。
-- cgit v1.2.3-54-g00ecf