Skip to content

Commit f980fe3

Browse files
authored
Merge pull request #168 from kdnakt/translate-fs
Translate untranslated line in fs.md
2 parents eecaf20 + ba00b59 commit f980fe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/std_misc/fs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ a
150150
1 directory, 2 files
151151
```
152152

153+
<!--
153154
An alternative way to define the function `cat` is with `?` notation:
155+
-->
156+
別のやり方で`cat`関数を定義するには、`?`記法を使います:
154157

155158
```rust,ignore
156159
fn cat(path: &Path) -> io::Result<String> {

0 commit comments

Comments
 (0)