diff --git a/doc/langref.html.in b/doc/langref.html.in index 5ddd572e514ff8899e0bf220516b863471a2573c..54223a9ce36b4c40a25d30bf538114d080c246e6 100644 --- 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 #768.
- 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:
{#code_begin|test#} const std = @import("std");