From ab2378b07699fea292480f1c1620586ddaebd1c6 Mon Sep 17 00:00:00 2001 From: 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> Date: Wed, 26 Jan 2022 10:00:54 +0900 Subject: [ko] add whitespace link (#3813) --- .../web/javascript/reference/global_objects/number/parsefloat/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko') 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", "공백")}}은 무시합니다. ### 반환 값 -- cgit v1.2.3-54-g00ecf