Skip to content

Commit 0a648e4

Browse files
13x1compiler-errors
authored andcommitted
Fix typo in 3324-dyn-upcasting.md
1 parent 46781d0 commit 0a648e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3324-dyn-upcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Enable upcasts from `dyn Trait1` to `dyn Trait2` if `Trait1` is a subtrait of `T
1111

1212
This RFC does not enable `dyn (Trait1 + Trait2)` for arbitrary traits. If `Trait1` has multiple supertraits, you can upcast to any one of them, but not to all of them.
1313

14-
This RFC has already been implemented in the nightly compiled with the feature gate `trait_upcasting`.
14+
This RFC has already been implemented in the nightly compiler with the feature gate `trait_upcasting`.
1515

1616
# Motivation
1717
[motivation]: #motivation

0 commit comments

Comments
 (0)