diff --git a/doc/tutorial.md b/doc/tutorial.md index ae1f52a2797..dd1f6b66f45 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -377,7 +377,7 @@ more detail later on (the `T`s here stand for any other type): : Tuple type. Any arity above 1 is supported. `@T`, `~T`, `&T` - : Pointer types. + : Pointer types. See [Boxes and pointers](#boxes-and-pointers) for an explanation of what `@`, `~`, and `&` mean. Some types can only be manipulated by pointer, never directly. For instance, you cannot refer to a string (`str`); instead you refer to a pointer to a