authorgravatar for luehmann@ponton.dePhilipp Lühmann <luehmann@ponton.de> 2021-08-31 11:49:17+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-08-31 13:45:04-07:00
log53561511721f0cced078afc4188f7c8399170133
treec409e7f21b172d0958ec240505259686eddb8608
parentf7e08ea780e6bbd92ee5472dca14348a251271cf

fix typo


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

doc/langref.html.in+1-1
......@@ -696,7 +696,7 @@ pub fn main() void {
696696 Because Zig source code is {#link|UTF-8 encoded|Source Encoding#}, any non-ASCII bytes appearing within a string literal
697697 in source code carry their UTF-8 meaning into the content of the string in the Zig program;
698698 the bytes are not modified by the compiler.
699 However, it is possible to embbed non-UTF-8 bytes into a string literal using <code>\xNN</code> notation.
699 However, it is possible to embed non-UTF-8 bytes into a string literal using <code>\xNN</code> notation.
700700 </p>
701701 <p>
702702 Unicode code point literals have type {#syntax#}comptime_int{#endsyntax#}, the same as