Skip to content

Commit 54d85f6

Browse files
authored
Add missing space between sentences. (#2202)
1 parent 5652332 commit 54d85f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0390-noncopyable-structs-and-enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ effectively an implicit "Copyable" requirement, and what this feature does is
13251325
allow types not to fulfill that requirement. When generics grow support for
13261326
move-only types, then generic functions and types that accept noncopyable
13271327
type parameters will also work with copyable types, since copyable types
1328-
are strictly more capable.This proposal prefers the term "noncopyable" to make
1328+
are strictly more capable. This proposal prefers the term "noncopyable" to make
13291329
the relationship to an eventual `Copyable` constraint, and the fact that annotated
13301330
types lack the ability to satisfy this constraint, more explicit.
13311331

0 commit comments

Comments
 (0)