Skip to content

Commit 54ca931

Browse files
committed
Typo.
1 parent 4d99e23 commit 54ca931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-trait-alias.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ Here, `T` adds a `Bar` bound. Now consider:
340340
trait Bar<T> = PartialEq<T: Bar>;
341341
```
342342

343-
Currently, we don’t have a proper interesting of that situation, because we’re adding in both cases
344-
a bound, and we don’t know how to disambiguate between *pre-condition* and *implication*. That is,
345-
is that added `Bar` bound a constraint that `T` must fulfil in order for the trait alias to be
343+
Currently, we don’t have a proper understanding of that situation, because we’re adding in both
344+
cases a bound, and we don’t know how to disambiguate between *pre-condition* and *implication*. That
345+
is, is that added `Bar` bound a constraint that `T` must fulfil in order for the trait alias to be
346346
met, or is it a constraint the trait alias itself adds? To disambiguate, consider:
347347

348348
```rust

0 commit comments

Comments
 (0)