Skip to content

Commit da15417

Browse files
committed
Correct romanization of さようなら
1 parent 431105a commit da15417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/crates-and-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ fn goodbye() -> String {
256256
}
257257
```
258258

259-
(This is "Sayoonara", if you're curious.)
259+
(This is "Sayōnara", if you're curious.)
260260

261261
Now that we have our some functionality in our crate, let's try to use it from
262262
another crate.

0 commit comments

Comments
 (0)