Correct romanization of さようなら

This commit is contained in:
Carter Hinsley 2015-01-11 01:53:34 -05:00
parent 431105a70a
commit da15417b9d

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.