From 926a7adb3ac3e69569750a23382cf3dedd3605dd Mon Sep 17 00:00:00 2001
From: Zac
Date: Mon, 27 Jan 2020 21:38:43 -0500
Subject: [PATCH] Update langref.html.in
Fix typo
---
doc/langref.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 5231cc9f9d..6789b25a63 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -10113,7 +10113,7 @@ Available libcs:
The Zig Standard Library ({#syntax#}@import("std"){#endsyntax#}) has architecture, environment, and operating system
abstractions, and thus takes additional work to support more platforms.
Not all standard library code requires operating system abstractions, however,
- so things such as generic data structures work an all above platforms.
+ so things such as generic data structures work on all above platforms.
The current list of targets supported by the Zig Standard Library is: