Skip to content

Commit

Permalink
fix: spacing error in foreword.md & appendix-01-keywords.md (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Binsk-dev committed Apr 27, 2024
1 parent 7fc2a6e commit 1ef1288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion second-edition/src/foreword.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
있고, 그 다음 여러분의 라즈베리 파이를 대상으로 동일한 기술을 적용할 수 있습니다.

이 책은 러스트 사용자에게 권한을 주기 위해 러스트의 잠재력을 모두 담아내었습니다. 이 책은
러스트에 대한 여러분의 지식을 향상시키는 것 뿐만 아니라, 일반적인 프로그래머로서의 도약과
러스트에 대한 여러분의 지식을 향상시키는 것뿐만 아니라, 일반적인 프로그래머로서의 도약과
자신감을 향상시키는 것을 돕기 위한 의도로 친절하고 이해하기 쉬운 텍스트로 되어있습니다.
그러니 뛰어 들어서 배울 준비를 하세요-러스트 커뮤니티에 오신 것을 환영합니다!

Expand Down
2 changes: 1 addition & 1 deletion src/appendix-01-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn main() {
```

이 코드는 에러 없이 컴파일됩니다. 함수 정의에서 함수 이름 앞에 `r#` 접두사를 붙인
것 뿐만 아니라 `main`에서 함수를 호출할 때도 `r#` 접두사를 붙인 것에 주목하세요.
것뿐만 아니라 `main`에서 함수를 호출할 때도 `r#` 접두사를 붙인 것에 주목하세요.

원시 식별자를 사용하면 해당 단어가 예약된 키워드일지라도 원하는 단어를
식별자로 사용할 수 있습니다. 이를 통해 식별자 이름을 더 자유롭게 선택할
Expand Down

0 comments on commit 1ef1288

Please sign in to comment.