Skip to content

Commit bc5cc29

Browse files
committed
Typos
1 parent cb7f02d commit bc5cc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-const-trait-impls.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ We may relax this requirement in the future or make it implied.
658658

659659
## `(const)` bounds on `Drop` impls
660660

661-
It is legal to add `(const)` to `Drop` impls' bounds, even thought the struct doesn't have them:
661+
It is legal to add `(const)` to `Drop` impls' bounds, even though the struct doesn't have them:
662662

663663
```rust
664664
const trait Bar {
@@ -714,7 +714,7 @@ note: the implementor must specify the same requirement
714714

715715
## Adding any feature at all around constness
716716

717-
I think we've reached the point where all critics have agreed that this one kind of effect system is unavoidable since we want to be able to write maintainable code for compile time evaluation.
717+
I think we've reached the point where all critics have agreed that this one kind of effect system is unavoidable since we want to be able to write maintainable generic code for compile time evaluation.
718718

719719
So the main drawback is that it creates interest in extending the system or add more effect systems, as we have now opened the door with an effect system that supports traits.
720720
Even though I personally am interested in adding an effect for panic-freedom, I do not think that adding this const effect system should have any bearing on whether we'll add

0 commit comments

Comments
 (0)