aboutsummaryrefslogtreecommitdiff
path: root/files/ko
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-01-26 10:00:54 +0900
committerGitHub <noreply@github.com>2022-01-26 10:00:54 +0900
commitab2378b07699fea292480f1c1620586ddaebd1c6 (patch)
tree1c5050cc37357bbc5914a046a38b17e28211850e /files/ko
parentc0d290de6a7d9391ab301be76fcf7e28e6a7547c (diff)
downloadtranslated-content-ab2378b07699fea292480f1c1620586ddaebd1c6.tar.gz
translated-content-ab2378b07699fea292480f1c1620586ddaebd1c6.tar.bz2
translated-content-ab2378b07699fea292480f1c1620586ddaebd1c6.zip
[ko] add whitespace link (#3813)
Diffstat (limited to 'files/ko')
-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", "공백")}}은 무시합니다.
### 반환 값