diff options
| author | David AO Lozano <tyoc213@tyoc.mx> | 2016-03-30 13:55:25 -0600 |
|---|---|---|
| committer | David AO Lozano <tyoc213@tyoc.mx> | 2016-03-31 02:48:50 -0600 |
| commit | 90d7440f5402e54cd4453f9ba8cb83559508c25e (patch) | |
| tree | e14700db16acecad7ed2275372f8cfb8a1b699c5 | |
| parent | 823f239ae581f66d73c8239566aa837b713ef210 (diff) | |
| download | rust-90d7440f5402e54cd4453f9ba8cb83559508c25e.tar.gz rust-90d7440f5402e54cd4453f9ba8cb83559508c25e.zip | |
Misspelled beginners in one place
| -rw-r--r-- | src/doc/book/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index 397218d5946..700323c4a98 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -169,7 +169,7 @@ If not, there are a number of places where we can get help. The easiest is (a silly nickname we call ourselves) who can help us out. Other great resources include [the user’s forum][users], and [Stack Overflow][stackoverflow]. -[irc]: irc://irc.mozilla.org/#rust-begginers +[irc]: irc://irc.mozilla.org/#rust-beginners [mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners [users]: https://users.rust-lang.org/ [stackoverflow]: http://stackoverflow.com/questions/tagged/rust |
