Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 8b1f4b5

Browse files
author
Ahn Nyeong
committed
Remove some whitespaces.
Remove some whitespaces in ko-KR/faq.md Line no.1466 and 1468.
1 parent 2f973bc commit 8b1f4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ko-KR/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,9 +1463,9 @@ Rust에서 전역 변수는 컴파일 시간에 계산된 전역 상수라면 `c
14631463
</a></h3>
14641464

14651465
Rust는 현재 컴파일 시간 상수를 제한적으로 지원합니다.
1466-
원시 값을 `const` 선언으로 정의할 수 있고(`static`과 비슷하지만, 변경할 수 없고 메모리에서 지정된 위치를 가지지 않습니다), `const` 함수나 선천적인 메소드도 정의할 수 있습니다.
1466+
원시 값을 `const` 선언으로 정의할 수 있고(`static`과 비슷하지만, 변경할 수 없고 메모리에서 지정된 위치를 가지지 않습니다), `const` 함수나 선천적인 메소드도 정의할 수 있습니다.
14671467

1468-
이 기작으로 선언할 수 없는 명령적인 상수를 선언하려면 [`lazy-static`](https://github.com/rust-lang-nursery/lazy-static.rs) 크레이트를 사용하세요.
1468+
이 기작으로 선언할 수 없는 명령적인 상수를 선언하려면 [`lazy-static`](https://github.com/rust-lang-nursery/lazy-static.rs) 크레이트를 사용하세요.
14691469
이 크레이트는 컴파일 시간 평가를 상수가 처음 사용될 때 자동으로 평가하는 걸로 흉내냅니다.
14701470

14711471
<h3><a href="#can-i-run-code-before-main" name="can-i-run-code-before-main">

0 commit comments

Comments
 (0)