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 @@ -2867,7 +2867,7 @@ operators, before the expression they apply to.
28672867 two's complement representation of the value.
28682868* ` box `
28692869 : [ Boxing] ( #pointer-types ) operators. Allocate a box to hold the value they
2870- are applied to, and store the value in it. ` box ` creates an owned box.
2870+ are applied to, and store the value in it. ` box ` creates a box.
28712871* ` & `
28722872 : Borrow operator. Returns a reference, pointing to its operand. The operand
28732873 of a borrow is statically proven to outlive the resulting pointer. If the
@@ -3855,7 +3855,7 @@ components of the type. The kinds are:
38553855
38563856* ` Send `
38573857 : Types of this kind can be safely sent between tasks.
3858- This kind includes scalars, owning pointers, owned closures , and
3858+ This kind includes scalars, boxes, procs , and
38593859 structural types containing only other owned types.
38603860 All ` Send ` types are ` 'static ` .
38613861* ` Copy `
You can’t perform that action at this time.
0 commit comments