diff options
| author | r00ster <r00ster91@proton.me> | 2022-05-26 18:53:41 +0200 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-05-27 01:00:15 -0400 |
| commit | b3672e073819fdb5c2d21c0b50127c1bfcdc9b3f (patch) | |
| tree | 8e069fa387b65c536ac7a92ebf404944b2a68f89 /doc | |
| parent | 83a2c41cd5230561899f9a3accdbb9e1a52af836 (diff) | |
| download | zig-b3672e073819fdb5c2d21c0b50127c1bfcdc9b3f.tar.gz zig-b3672e073819fdb5c2d21c0b50127c1bfcdc9b3f.zip | |
Fix grammatical error
Fixes #11675
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/langref.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in index 32320d5113..1f445b1b59 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -392,7 +392,7 @@ pub fn main() !void { The code sample begins by adding the {#link|Zig Standard Library#} to the build using the {#link|@import#} builtin function. The {#syntax#}@import("std"){#endsyntax#} function call creates a structure that represents the Zig Standard Library. The code then {#link|declares|Container Level Variables#} a - {#link|constant identifier|Assignment#}, named {#syntax#}std{#endsyntax#}, that gives access the features of the Zig Standard Library. + {#link|constant identifier|Assignment#}, named {#syntax#}std{#endsyntax#}, that gives access to the features of the Zig Standard Library. </p> <p> Next, a {#link|public function|Functions#}, {#syntax#}pub fn{#endsyntax#}, named {#syntax#}main{#endsyntax#} |
