Skip to content

Commit 5858eb7

Browse files
committed
Translate code comment
1 parent eaa81e1 commit 5858eb7

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
@@ -314,7 +314,7 @@ signature:
314314
次の関数シグネチャを考えてみましょう。
315315

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

0 commit comments

Comments
 (0)