Skip to content

Commit db5cca5

Browse files
committed
---
yaml --- r: 134704 b: refs/heads/try c: c765178 h: refs/heads/master v: v3
1 parent e565b75 commit db5cca5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5-
refs/heads/try: 64813d33d825cbd155ef237accc9fe8c8b670ed2
5+
refs/heads/try: c765178bf61bb9f16ef3806deef14b5962336f2d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)