From da15417b9d7d53cb24758d034a48cae4f4569215 Mon Sep 17 00:00:00 2001 From: Carter Hinsley Date: Sun, 11 Jan 2015 01:53:34 -0500 Subject: [PATCH] =?UTF-8?q?Correct=20romanization=20of=20=E3=81=95?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AA=E3=82=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/doc/trpl/crates-and-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/crates-and-modules.md b/src/doc/trpl/crates-and-modules.md index c179a263b35ed..34d5c71c19fdf 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.