aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/errors/json_bad_parse
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/javascript/reference/errors/json_bad_parse')
-rw-r--r--files/ja/web/javascript/reference/errors/json_bad_parse/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/errors/json_bad_parse/index.html b/files/ja/web/javascript/reference/errors/json_bad_parse/index.html
index 6115bfd192..914aea9ee5 100644
--- a/files/ja/web/javascript/reference/errors/json_bad_parse/index.html
+++ b/files/ja/web/javascript/reference/errors/json_bad_parse/index.html
@@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Errors/JSON_bad_parse
<p>JavaScript の例外で、 {{jsxref("JSON.parse()")}} が文字列を JSON として解釈するのに失敗した場合に発生します。</p>
-<h2 id="Message">メッセージ</h2>
+<h2 id="Message">エラーメッセージ</h2>
<pre class="brush: js">SyntaxError: JSON.parse: unterminated string literal
SyntaxError: JSON.parse: bad control character in string literal