diff --git a/doc/langref.html.in b/doc/langref.html.in index b1e8c7bffb..2e40a6e807 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#}