Skip to content

Commit f9321d9

Browse files
committed
fix typo
1 parent 0971718 commit f9321d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-union-initialization-and-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ union Example3<T: Trait3> {
5151

5252
// Rejected
5353
union Example4<T> {
54-
// `T` might have drop glue, and then `Cell<T>` would as well.
54+
// `T` might have drop glue, and then `RefCell<T>` would as well.
5555
f1: RefCell<T>,
5656
}
5757
trait Trait5 { type Assoc; }

0 commit comments

Comments
 (0)