zig

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

commit be51511d295269851ea4128f0fd3db49fe96a661 (tree)
parent 2cbcf3f38bb32752b449ce72a8d8f978e65008f8
Author: Gray Olson <gray@grayolson.com>
Date:   Fri, 21 Jun 2019 20:54:00 -0700

Update langref.html.in
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 @@ -3787,7 +3787,7 @@ test "fn reflection" { However right now it is hard coded to be a {#syntax#}u16{#endsyntax#}. See <a href="https://github.com/ziglang/zig/issues/786">#768</a>. </p> <p> - You can {#link|implicitly cast|Implicit Casts#} an error from a subset to its superset: + You can {#link|implicitly cast|Implicit Casts#} an error from a subset to a superset: </p> {#code_begin|test#} const std = @import("std");