diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-13 02:53:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 02:53:14 +0900 |
commit | 71c1dcdcac106923b3a4489f73935804e261605a (patch) | |
tree | 54733a2bb3b1a5b3fcdc226b598c3338f441de88 /files/ja/glossary | |
parent | 7731af966442d99fc7014af652f07d39c3f81f27 (diff) | |
download | translated-content-71c1dcdcac106923b3a4489f73935804e261605a.tar.gz translated-content-71c1dcdcac106923b3a4489f73935804e261605a.tar.bz2 translated-content-71c1dcdcac106923b3a4489f73935804e261605a.zip |
原語併記マクロを削除 (#1390)
原語併記マクロを削除
Diffstat (limited to 'files/ja/glossary')
-rw-r--r-- | files/ja/glossary/string/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/glossary/string/index.html b/files/ja/glossary/string/index.html index 271bce7ba1..5b14ad4a07 100644 --- a/files/ja/glossary/string/index.html +++ b/files/ja/glossary/string/index.html @@ -8,15 +8,15 @@ tags: - String translation_of: Glossary/String --- -<p>コンピュータープログラミング言語において、{{原語併記("文字列","string")}} とはテキストを表す連続した{{Glossary("character","文字")}}のことです。</p> +<p>コンピュータープログラミング言語において、文字列 (string) とはテキストを表す連続した{{Glossary("character","文字")}}のことです。</p> <p>{{Glossary("JavaScript")}} では、文字列は{{Glossary("Primitive", "プリミティブ値")}}の一つで、{{jsxref("String")}} オブジェクトが文字列プリミティブの{{Glossary("wrapper","ラッパー")}}オブジェクトになります。</p> -<h2 id="Learn_more" name="Learn_more">関連項目</h2> +<h2 id="Learn_more">関連項目</h2> -<h3 id="General_knowledge" name="General_knowledge">基礎知識</h3> +<h3 id="General_knowledge">基礎知識</h3> <ul> <li>Wikipedia 上の記事「{{Interwiki("wikipedia", "文字列")}}」</li> - <li><a href="/ja/docs/Web/JavaScript/Data_structures#String_type">JavaScript のデータ型とデータ構造</a></li> + <li><a href="/ja/docs/Web/JavaScript/Data_structures#string_type">JavaScript のデータ型とデータ構造</a></li> </ul> |