We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8954b commit a25dc29Copy full SHA for a25dc29
src/subtyping.md
@@ -408,8 +408,8 @@ in multiple fields.
408
* Otherwise, Foo is invariant over A
409
-->
410
411
-* もし A を使用しているすべてのものが変性である場合、 Foo は A において変性です
412
-* そうでなければ、 Foo は A において非変性です
+* もし A を使用しているすべてのものが変性である場合、 Foo は A において変性です。
+* そうでなければ、 Foo は A において非変性です。
413
414
```rust
415
use std::cell::Cell;
0 commit comments