From 5d0dad9acdac854d68e1447b90fd3dbde9ff0b2d Mon Sep 17 00:00:00 2001
From: Nulo
Date: Sat, 3 Jul 2021 23:00:32 +0000
Subject: [PATCH] Link to the GPA now that it's on upstream
---
doc/langref.html.in | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
index cd7bc3be5c..e68f03071b 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -9607,10 +9607,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#}