rollup merge of #21433: alfie/typobook

Tiny fix
This commit is contained in:
Alex Crichton
2015-01-21 09:16:38 -08:00
+1 -1
View File
@@ -257,7 +257,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