From 3984dad19c17457241aa62e8a995e9caf37780b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A7=84=EB=B2=94?= <59330110+jinbekim@users.noreply.github.com> Date: Thu, 21 Sep 2023 07:51:30 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20glossary=20string=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EB=88=84=EB=9D=BD=EB=90=9C=20sidebar=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit glossary sidebar가 누락되어 있었습니다. --- files/ko/glossary/string/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/ko/glossary/string/index.md b/files/ko/glossary/string/index.md index 26b9d8c7b3c99b..92203f6db466db 100644 --- a/files/ko/glossary/string/index.md +++ b/files/ko/glossary/string/index.md @@ -3,6 +3,8 @@ title: String slug: Glossary/String --- +{{GlossarySidebar}} + 특정한 컴퓨터 프로그래밍 언어에서 문자를 표현하는 데 사용되는, {{Glossary("character","문자")}} 열 시퀀스이다. {{Glossary("JavaScript")}}에서 String은 {{Glossary("Primitive", "원시 값들")}} 중 하나이고 {{jsxref("String")}}객체는 String primitive를 둘러싼 {{Glossary("wrapper")}}다. From 2904a91da2fd04f2530f6bb5592615a18adbf75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A7=84=EB=B2=94?= <59330110+jinbekim@users.noreply.github.com> Date: Sat, 23 Sep 2023 11:13:21 +0900 Subject: [PATCH 2/2] fix: flaw anchor to be lowercase --- files/ko/glossary/string/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/glossary/string/index.md b/files/ko/glossary/string/index.md index 92203f6db466db..ede06d9335b0e8 100644 --- a/files/ko/glossary/string/index.md +++ b/files/ko/glossary/string/index.md @@ -14,4 +14,4 @@ slug: Glossary/String ### 일반적인 지식 - Wikipedia의 [String (computer science)]() -- [JavaScript data types and data structures](/ko/docs/Web/JavaScript/Data_structures#String_type) +- [JavaScript data types and data structures](/ko/docs/Web/JavaScript/Data_structures#string_type)