Skip to content

Commit 9e6df28

Browse files
committed
manual: capitalize 'Copy'.
1 parent a2cace4 commit 9e6df28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ with `int`, and require the closure parameter to have type
929929
Since a parameter type is opaque to the generic function, the set of
930930
operations that can be performed on it is limited. Values of parameter
931931
type can always be moved, but they can only be copied when the
932-
parameter is given a [`copy` bound](#type-kinds).
932+
parameter is given a [`Copy` bound](#type-kinds).
933933

934934
~~~~
935935
fn id<T: Copy>(x: T) -> T { x }

0 commit comments

Comments
 (0)