Skip to content

Commit a37729f

Browse files
committed
Tutorial: Link to section on boxes and pointers at first mention of ~, @, &
As per suggestion on IRC from callen.
1 parent 55bd6ce commit a37729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)