Skip to content

Commit 8107579

Browse files
author
Avdi Grimm
committed
Wording for dynamic languages.
1 parent ab8c884 commit 8107579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $ ./main # or main.exe on Windows
147147

148148
This prints out our `Hello, world!` text to our terminal.
149149

150-
If you come from a dynamically evaluated language like Ruby, Python, or JavaScript,
150+
If you come from a dynamic language like Ruby, Python, or JavaScript,
151151
you may not be used to these two steps being separate. Rust is an
152152
‘ahead-of-time compiled language’, which means that you can compile a program,
153153
give it to someone else, and they don't need to have Rust installed. If you

0 commit comments

Comments
 (0)