docs: typo

This commit is contained in:
Alfie John 2015-01-20 19:02:09 +00:00
parent a0f86de497
commit 1f50542a0d

View file

@ -258,7 +258,7 @@ fn goodbye() -> String {
(This is "Sayōnara", if you're curious.)
Now that we have our some functionality in our crate, let's try to use it from
Now that we have some functionality in our crate, let's try to use it from
another crate.
# Importing External Crates