zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 5d0dad9acdac854d68e1447b90fd3dbde9ff0b2d (tree)
parent da2ca447c838777f1200386490808738c1183809
Author: Nulo <hello@nulo.in>
Date:   Sat,  3 Jul 2021 23:00:32 +0000

Link to the GPA now that it's on upstream

Diffstat:
Mdoc/langref.html.in | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -9607,10 +9607,7 @@ test "string literal to constant slice" { </p> <p> There are many example allocators to look at for inspiration. Look at std/heap.zig and - at this - <a href="https://github.com/andrewrk/zig-general-purpose-allocator/">work-in-progress general purpose allocator</a>. - TODO: once <a href="https://github.com/ziglang/zig/issues/21">#21</a> is done, link to the docs - here. + {#syntax#}std.heap.GeneralPurposeAllocator{#endsyntax#}. </p> {#header_close#}