authorgravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2022-05-26 18:53:41+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-05-27 01:00:15-04:00
logb3672e073819fdb5c2d21c0b50127c1bfcdc9b3f
tree8e069fa387b65c536ac7a92ebf404944b2a68f89
parent83a2c41cd5230561899f9a3accdbb9e1a52af836

Fix grammatical error

Fixes #11675

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

doc/langref.html.in+1-1
...@@ -392,7 +392,7 @@ pub fn main() !void {...@@ -392,7 +392,7 @@ pub fn main() !void {
392 The code sample begins by adding the {#link|Zig Standard Library#} to the build using the {#link|@import#} builtin function.392 The code sample begins by adding the {#link|Zig Standard Library#} to the build using the {#link|@import#} builtin function.
393 The {#syntax#}@import("std"){#endsyntax#} function call creates a structure that represents the Zig Standard Library.393 The {#syntax#}@import("std"){#endsyntax#} function call creates a structure that represents the Zig Standard Library.
394 The code then {#link|declares|Container Level Variables#} a394 The code then {#link|declares|Container Level Variables#} a
395 {#link|constant identifier|Assignment#}, named {#syntax#}std{#endsyntax#}, that gives access the features of the Zig Standard Library.395 {#link|constant identifier|Assignment#}, named {#syntax#}std{#endsyntax#}, that gives access to the features of the Zig Standard Library.
396 </p>396 </p>
397 <p>397 <p>
398 Next, a {#link|public function|Functions#}, {#syntax#}pub fn{#endsyntax#}, named {#syntax#}main{#endsyntax#}398 Next, a {#link|public function|Functions#}, {#syntax#}pub fn{#endsyntax#}, named {#syntax#}main{#endsyntax#}