rollup merge of #21433: alfie/typobook

Tiny fix
This commit is contained in:
Alex Crichton 2015-01-21 09:16:38 -08:00
commit de89dc883e

View file

@ -257,7 +257,7 @@ fn goodbye() -> String {
(This is "Sayōnara", if you're curious.) (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. another crate.
# Importing External Crates # Importing External Crates