remove reference to "above referenced documents", since that sentence is not relevant to this wiki page

Josh Wolfe 2017-04-17 16:50:07 -07:00
parent 6da0d7b5b8
commit f458242651

@ -29,7 +29,7 @@ Needless to say, there is no builtin garbage collector, like in Go.
## First-class support for no standard library
This was covered a bit in the documents I referenced above, but it's worth repeating again. Zig has an entirely optional standard library that only gets compiled into your program if you use it. Zig has roughly equal support for either linking against libc or not linking against it. Zig wants to be friendly to bare-metal and high-performance development.
Zig has an entirely optional standard library that only gets compiled into your program if you use it. Zig has roughly equal support for either linking against libc or not linking against it. Zig wants to be friendly to bare-metal and high-performance development.
## A Portable Language for Libraries