Skip to content

Commit fe97e3f

Browse files
Update text/0000-const-trait-impls.md
Co-authored-by: Jubilee <workingjubilee@gmail.com>
1 parent f7cc5e6 commit fe97e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-const-trait-impls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ So, we need some annotation that differentiates a `T: Default` bound from one th
106106
### Const trait impls
107107

108108
It is now allowed to prefix a trait name in an impl block with `const`, marking that this `impl`'s type is now allowed to
109-
have methods of this `impl`'s trait to be called in const contexts (if all where bounds hold, like ususal, but more on this later).
109+
have methods of this `impl`'s trait to be called in const contexts (if all where bounds hold, like usual, but more on this later).
110110

111111
An example looks as follows:
112112

0 commit comments

Comments
 (0)