Commit be51511d29

Gray Olson <gray@grayolson.com>
2019-06-22 05:54:00
Update langref.html.in
1 parent 2cbcf3f
Changed files (1)
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");