Skip to content

Commit

Permalink
Fix a spelling error in ch01-02-hello-world.md (#47)
Browse files Browse the repository at this point in the history
여러분의 프로그래밍을 -> 여러분의 프로그램을
  • Loading branch information
chosungmann authored Mar 4, 2024
1 parent 235eb15 commit 09ac8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch01-02-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Ruby, Python, JavaScript 등 명령어 한 줄로 프로그램을 컴파일하
별개의 과정으로 진행되는 게 낯설 겁니다. 하지만 이 언어들은
*.rb*, *.py*, *.js* 파일을 다른 곳에서 실행하려면 해당 언어의 구현체를 설치해야만 합니다.
반면 러스트는 *AOT(ahead-of-time-compiled)* 언어로,
컴파일과 실행이 별개인 대신 여러분의 프로그래밍을 컴파일하여 만든 실행 파일을
컴파일과 실행이 별개인 대신 여러분의 프로그램을 컴파일하여 만든 실행 파일을
러스트가 설치되지 않은 곳에서도 실행할 수 있습니다.
저마다 장단점이 있는 법이죠.

Expand Down

0 comments on commit 09ac8cd

Please sign in to comment.