diff --git a/doc/langref.html.in b/doc/langref.html.in index b1e8c7bffb76696fb4f25159574316c52ef57eaa..2e40a6e807881b91e20c7adfec61cd714e1577c5 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -9556,10 +9556,7 @@ test "string literal to constant slice" {

There are many example allocators to look at for inspiration. Look at std/heap.zig and - at this - work-in-progress general purpose allocator. - TODO: once #21 is done, link to the docs - here. + {#syntax#}std.heap.GeneralPurposeAllocator{#endsyntax#}.

{#header_close#}