diff options
| author | Carter Hinsley <carterhinsley@gmail.com> | 2015-01-11 01:53:34 -0500 |
|---|---|---|
| committer | Carter Hinsley <carterhinsley@gmail.com> | 2015-01-11 01:53:34 -0500 |
| commit | da15417b9d7d53cb24758d034a48cae4f4569215 (patch) | |
| tree | 3b513187357b5f433f0b7857770dc1bb0cf9cea1 /src/doc/trpl | |
| parent | 431105a70acaf6e0a1d64b6dd3f69563d6694287 (diff) | |
| download | rust-da15417b9d7d53cb24758d034a48cae4f4569215.tar.gz rust-da15417b9d7d53cb24758d034a48cae4f4569215.zip | |
Correct romanization of さようなら
Diffstat (limited to 'src/doc/trpl')
| -rw-r--r-- | src/doc/trpl/crates-and-modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/crates-and-modules.md b/src/doc/trpl/crates-and-modules.md index c179a263b35..34d5c71c19f 100644 --- a/src/doc/trpl/crates-and-modules.md +++ b/src/doc/trpl/crates-and-modules.md @@ -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. |
