Skip to content

Commit abd39ea

Browse files
authored
[gardening]: fix typo SE-0427 (#2571)
1 parent 0228cd4 commit abd39ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0427-noncopyable-generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ struct or enum declares a `deinit`. Deterministic destruction requires the
362362
type to be unconditionally noncopyable.
363363

364364
A conformance to `Copyable` is checked by verifying that every stored property
365-
(of a struct) or associated value (or an enum) itself conforms to `Copyable`.
365+
(of a struct) or associated value (of an enum) itself conforms to `Copyable`.
366366
For a conditional `Copyable` conformance, the conditional requirements must be
367367
sufficient to ensure this is the case. For example, the following is rejected,
368368
because the struct cannot unconditionally conform to `Copyable`, having a

0 commit comments

Comments
 (0)