Skip to content

Commit a25dc29

Browse files
author
Ken Kawamoto
authored
trivial changes to trigger GitHub action
1 parent 1e8954b commit a25dc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/subtyping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ in multiple fields.
408408
* Otherwise, Foo is invariant over A
409409
-->
410410

411-
* もし A を使用しているすべてのものが変性である場合、 Foo は A において変性です
412-
* そうでなければ、 Foo は A において非変性です
411+
* もし A を使用しているすべてのものが変性である場合、 Foo は A において変性です
412+
* そうでなければ、 Foo は A において非変性です
413413

414414
```rust
415415
use std::cell::Cell;

0 commit comments

Comments
 (0)