Skip to content

Commit 8d45cf7

Browse files
committed
---
yaml --- r: 30362 b: refs/heads/incoming c: a37729f h: refs/heads/master v: v3
1 parent 14cfbe6 commit 8d45cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
9-
refs/heads/incoming: 55bd6cee2ff9123c68d7361e235ac99927f4b062
9+
refs/heads/incoming: a37729f31bd325223bd3c431845d32bc5c634121
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ more detail later on (the `T`s here stand for any other type):
377377
: Tuple type. Any arity above 1 is supported.
378378

379379
`@T`, `~T`, `&T`
380-
: Pointer types.
380+
: Pointer types. See [Boxes and pointers](#boxes-and-pointers) for an explanation of what `@`, `~`, and `&` mean.
381381

382382
Some types can only be manipulated by pointer, never directly. For instance,
383383
you cannot refer to a string (`str`); instead you refer to a pointer to a

0 commit comments

Comments
 (0)