Skip to content

Commit 028afb3

Browse files
committed
Translate a code comment
1 parent 9ad6b7a commit 028afb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subtyping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function signature:
356356
考えてみましょう。
357357

358358
```rust,ignore
359-
// 'a is derived from some parent scope
359+
// 'a はある親スコープから継承されます
360360
fn foo(usize) -> &'a str;
361361
```
362362

0 commit comments

Comments
 (0)