8000 Fix a typo · sgrif/blog.rust-lang.org@44364dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 44364dc

Browse files
committed
Fix a typo
1 parent 668e9e1 commit 44364dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2018-03-29-Rust-1.25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ and `--bin`, for creating binaries, or executables. If you don't pass one of the
127127
flags, in previous versions of Cargo, it would default to `--lib`. We made this
128128
decision because each binary (often) depends on many libraries, and so the library
129129
case is more common. However, this is incorrect; each library is *depended upon* by
130-
many binaries. Furthermore, when getting stated, what you often want is a program
130+
many binaries. Furthermore, when getting started, what you often want is a program
131131
you can run and play around with. It's not just new Rustaceans though; even very
132132
long-time community members have said that they find this default surprising.
133133
As such, we're changing it.

0 commit comments

Comments
 (0)
0