File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use option::Option;
23
23
use hash:: Hash ;
24
24
use hash:: Hasher ;
25
25
26
- /// Types able to be transferred across thread boundaries.
26
+ /// Types that can be transferred across thread boundaries.
27
27
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
28
28
#[ lang = "send" ]
29
29
#[ rustc_on_unimplemented = "`{Self}` cannot be sent between threads safely" ]
@@ -382,7 +382,7 @@ mod impls {
382
382
unsafe impl < ' a , T : Send + ?Sized > Send for & ' a mut T { }
383
383
}
384
384
385
- /// A marker trait indicates a type that can be reflected over.
385
+ /// Types that can be reflected over.
386
386
///
387
387
/// This trait is implemented for all types. Its purpose is to ensure
388
388
/// that when you write a generic function that will employ
You can’t perform that action at this time.
0 commit comments