Merge pull request #20926 from xnil/patch-1

Hepburn romanization of さようなら

Reviewed-by: huonw
This commit is contained in:
bors 2015-01-12 00:21:29 +00:00
commit 268e2bff97

View File

@ -256,7 +256,7 @@ fn goodbye() -> String {
}
```
(This is "Sayoonara", 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
another crate.