We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cace4 commit 9e6df28Copy full SHA for 9e6df28
doc/rust.md
@@ -929,7 +929,7 @@ with `int`, and require the closure parameter to have type
929
Since a parameter type is opaque to the generic function, the set of
930
operations that can be performed on it is limited. Values of parameter
931
type can always be moved, but they can only be copied when the
932
-parameter is given a [`copy` bound](#type-kinds).
+parameter is given a [`Copy` bound](#type-kinds).
933
934
~~~~
935
fn id<T: Copy>(x: T) -> T { x }
0 commit comments