diff options
Diffstat (limited to 'docs/dev/syntax.md')
| -rw-r--r-- | docs/dev/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/syntax.md b/docs/dev/syntax.md index 5a065e00ef6..4f45aa321b3 100644 --- a/docs/dev/syntax.md +++ b/docs/dev/syntax.md @@ -110,7 +110,7 @@ FN@0..17 (significant amount of implementation work here was done by [CAD97](https://github.com/cad97)). -To reduce the amount of allocations, the GreenNode is a DST, which uses a single allocation for header and children. Thus, it is only usable behind a pointer +To reduce the amount of allocations, the GreenNode is a [DST](https://doc.rust-lang.org/reference/dynamically-sized-types.html), which uses a single allocation for header and children. Thus, it is only usable behind a pointer. ``` *-----------+------+----------+------------+--------+--------+-----+--------* |
