authorgravatar for cczac1@gmail.comZac <cczac1@gmail.com> 2020-01-27 21:38:43-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-01-27 21:39:29-05:00
log926a7adb3ac3e69569750a23382cf3dedd3605dd
tree1ffb0ab54f5769658e7a507508817a97732a6f45
parentd8965002593c111069862e7de06402ee77b2b614

Update langref.html.in

Fix typo

1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -10113,7 +10113,7 @@ Available libcs:
1011310113 The Zig Standard Library ({#syntax#}@import("std"){#endsyntax#}) has architecture, environment, and operating system
1011410114 abstractions, and thus takes additional work to support more platforms.
1011510115 Not all standard library code requires operating system abstractions, however,
10116 so things such as generic data structures work an all above platforms.
10116 so things such as generic data structures work on all above platforms.
1011710117 </p>
1011810118 <p>The current list of targets supported by the Zig Standard Library is:</p>
1011910119 <ul>