Skip to content

Commit 58343dd

Browse files
obi1kenobioli-obk
authored andcommitted
typo: prexisting -> preexisting
1 parent 73db002 commit 58343dd

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
@@ -252,7 +252,7 @@ const fn default<T: (const) Default>() -> T {
252252
```
253253

254254
`(const)` means "conditionally" in this context, or specifically "const impl required if called in const context".
255-
It is the opposite of `?` (prexisting for `?Sized` bounds), which also means "conditionally", but from the other direction: `?const`
255+
It is the opposite of `?` (preexisting for `?Sized` bounds), which also means "conditionally", but from the other direction: `?const`
256256
(not proposed here, see [this alternatives section](#make-all-const-fn-arguments-const-trait-by-default-and-require-an-opt-out-const-trait) for why it was rejected)
257257
would mean "no const impl required, even if called in const context".
258258

0 commit comments

Comments
 (0)