diff options
| author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-25 01:21:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 01:21:55 +0900 |
| commit | 8b81fb4997863dfc0e81fd3751e26a0a620b1548 (patch) | |
| tree | 919c66477889558b7bb60cc2370c184b9cffa87a /files/ja/web/javascript/reference/errors/json_bad_parse | |
| parent | 9b965a794d8e500fc0414f234f451a0c6b464984 (diff) | |
| download | translated-content-8b81fb4997863dfc0e81fd3751e26a0a620b1548.tar.gz translated-content-8b81fb4997863dfc0e81fd3751e26a0a620b1548.tar.bz2 translated-content-8b81fb4997863dfc0e81fd3751e26a0a620b1548.zip | |
Web/JavaScript/Reference/Errors 以下の見出しの表記を統一 (#1203)
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.html | 2 |
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 |
