aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/javascript/reference/global_objects/array/fill/index.html2
1 files changed, 1 insertions, 1 deletions
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
<dl>
<dt><code>value</code></dt>
<dd>配列に設定する値です。</dd>
- <dt><code>start</code>&nbp;{{optional_inline}}</dt>
+ <dt><code>start</code> {{optional_inline}}</dt>
<dd>開始する位置です。既定値は 0 です。</dd>
<dt><code>end</code> {{optional_inline}}</dt>
<dd>終了する位置です。既定値は <code>this.length</code> です。</dd>