aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBora Lee <learnerbr@gmail.com>2022-03-14 10:52:49 +0900
committerGitHub <noreply@github.com>2022-03-14 10:52:49 +0900
commit6cfe2f056f5edfe4c5ce658f3f81ef6d21667132 (patch)
treee56c4eb87899752c2509e5dd9078d102871666d6
parent8de27f8943d921a6cc21bec34e66cf98a191f146 (diff)
downloadtranslated-content-6cfe2f056f5edfe4c5ce658f3f81ef6d21667132.tar.gz
translated-content-6cfe2f056f5edfe4c5ce658f3f81ef6d21667132.tar.bz2
translated-content-6cfe2f056f5edfe4c5ce658f3f81ef6d21667132.zip
Update index.js (#4596)
- 반환값의 타입이 문자열임을 명시해줌
-rw-r--r--files/ko/web/javascript/reference/global_objects/number/tofixed/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/number/tofixed/index.html b/files/ko/web/javascript/reference/global_objects/number/tofixed/index.html
index cf383f2265..28ffe38198 100644
--- a/files/ko/web/javascript/reference/global_objects/number/tofixed/index.html
+++ b/files/ko/web/javascript/reference/global_objects/number/tofixed/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/toFixed
---
<div>{{JSRef}}</div>
-<p><code><strong>toFixed()</strong></code> 메서드는 숫자를 고정 소수점 표기법으로 표기해 반환합니다.</p>
+<p><code><strong>toFixed()</strong></code> 메서드는 숫자를 고정 소수점 표기법(fixed-point notation)으로 표시합니다.</p>
<div>{{EmbedInteractiveExample("pages/js/number-tofixed.html")}}</div>
@@ -30,7 +30,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/toFixed
<h3 id="반환_값">반환 값</h3>
-<p>고정 소수점 표기법을 사용하여 나타낸 수.</p>
+<p>고정 소수점 표기법을 사용하여 나타낸 수를 문자열로 바꾼 값.</p>
<h3 id="예외">예외</h3>