Skip to content

Commit d778eb6

Browse files
authored
Fix typo (#2369)
1 parent 348cd30 commit d778eb6

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
@@ -650,7 +650,7 @@ The following operations are mutating uses:
650650

651651
When noncopyable types are used as function parameters, the ownership
652652
convention becomes a much more important part of the API contract.
653-
As such, when a function parameter is declared with an noncopyable type, it
653+
As such, when a function parameter is declared with a noncopyable type, it
654654
**must** declare whether the parameter uses the `borrowing`, `consuming`, or
655655
`inout` convention:
656656

0 commit comments

Comments
 (0)