Skip to content

Commit 04a46f1

Browse files
authored
Merge pull request #98 from KisaragiEffective/patch-1
fix typo
2 parents 4fab67b + efddc27 commit 04a46f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn fizzbuzz(n: u32) -> () {
6161
6262
// When a function returns `()`, the return type can be omitted from the
6363
// signature
64-
// 関数が`()`を返すとき、返り値の方を書く必要はない
64+
// 関数が`()`を返すとき、返り値の型を書く必要はない
6565
fn fizzbuzz_to(n: u32) {
6666
for n in 1..n + 1 {
6767
fizzbuzz(n);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy