zig

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

commit eac9bfaa010a69cb22b32730e3642ac023f554ad (tree)
parent 8a83143316bfb1f4e42b680745ccd187fa492bd9
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 @@ -9556,10 +9556,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#}