aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web')
-rw-r--r--files/ko/web/javascript/reference/global_objects/number/parsefloat/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.md b/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.md
index fbc26f76e5..4aee14ac76 100644
--- a/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.md
+++ b/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.md
@@ -25,7 +25,7 @@ Number.parseFloat(string)
### 매개변수
- `string`
- - : 파싱할 값입니다. 문자열이 아닐 경우 [`ToString`](https://tc39.es/ecma262/#sec-tostring) 추상 연산을 사용해 문자열로 변환합니다. 문자열의 선행 공백은 무시합니다.
+ - : 파싱할 값입니다. 문자열이 아닐 경우 [`ToString`](https://tc39.es/ecma262/#sec-tostring) 추상 연산을 사용해 문자열로 변환합니다. 문자열의 선행 {{glossary("whitespace", "공백")}}은 무시합니다.
### 반환 값