diff --git a/doc/docs.md b/doc/docs.md index aefda24202..3a931cabb6 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -2248,6 +2248,8 @@ struct Node { } ``` +To dereference a reference, use the `*` operator, just like in C. + ## Constants ```v