Skip to content

Commit

Permalink
Auto merge of #24383 - avdi:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".
  • Loading branch information
bors committed Apr 18, 2015
2 parents a166400 + 8107579 commit 00978a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $ ./main # or main.exe on Windows

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

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

0 comments on commit 00978a9

Please sign in to comment.