aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilipp Lühmann <luehmann@ponton.de>2021-08-31 11:49:17 +0200
committerAndrew Kelley <andrew@ziglang.org>2021-08-31 14:05:44 -0400
commit76b85cd66583871c951e157bedd084dd45f5eba1 (patch)
tree442c3f8ea30bdbf5e8f09fa6f5fa62a0732a1199 /doc
parent435d8ae5367a23699e0b8d2b68b9928367252a54 (diff)
downloadzig-76b85cd66583871c951e157bedd084dd45f5eba1.tar.gz
zig-76b85cd66583871c951e157bedd084dd45f5eba1.zip
fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 62e3da7277..b6496c6979 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -783,7 +783,7 @@ pub fn main() void {
Because Zig source code is {#link|UTF-8 encoded|Source Encoding#}, any non-ASCII bytes appearing within a string literal
in source code carry their UTF-8 meaning into the content of the string in the Zig program;
the bytes are not modified by the compiler.
- However, it is possible to embbed non-UTF-8 bytes into a string literal using <code>\xNN</code> notation.
+ However, it is possible to embed non-UTF-8 bytes into a string literal using <code>\xNN</code> notation.
</p>
<p>
Unicode code point literals have type {#syntax#}comptime_int{#endsyntax#}, the same as