From 38906b2d3451508d1b5fb55952d7ba1566d2c2a1 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 14 Jun 2021 15:06:50 +0900 Subject: fix: modify code format (#1172) some code's align is incorrect on korean language page --- files/ko/web/javascript/reference/operators/this/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko') diff --git a/files/ko/web/javascript/reference/operators/this/index.html b/files/ko/web/javascript/reference/operators/this/index.html index 8a2807a5d8..bc27366762 100644 --- a/files/ko/web/javascript/reference/operators/this/index.html +++ b/files/ko/web/javascript/reference/operators/this/index.html @@ -80,7 +80,7 @@ f2() === undefined; // true

예시 1

-
// call 또는 apply의 첫 번째 인자로 객체가 전달될 수 있으며 this가 그 객체에 묶임
+
// call 또는 apply의 첫 번째 인자로 객체가 전달될 수 있으며 this가 그 객체에 묶임
 var obj = {a: 'Custom'};
 
 // 변수를 선언하고 변수에 프로퍼티로 전역 window를 할당
-- 
cgit v1.2.3-54-g00ecf