zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 76b85cd66583871c951e157bedd084dd45f5eba1 (tree)
parent 435d8ae5367a23699e0b8d2b68b9928367252a54
Author: Philipp Lühmann <luehmann@ponton.de>
Date:   Tue, 31 Aug 2021 11:49:17 +0200

fix typo

Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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