authorgravatar for 359397+Jonta@users.noreply.github.comJonta <359397+Jonta@users.noreply.github.com> 2023-05-12 12:05:43+02:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-05-12 13:39:30+03:00
log3062f9b02a4757fc2a39e50e62f4c65e6096130f
tree204af0aceb7326d5e90276093d78de31255cd19d
parente46d7a3699da654a2cca4b48c4408bc7c4208398

Fix typo in langref

- 768 -> 786 - The link seems to be correct - The link-text points to a seemingly unrelated issue

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

doc/langref.html.in+1-1
...@@ -5320,7 +5320,7 @@ test "fn reflection" {...@@ -5320,7 +5320,7 @@ test "fn reflection" {
5320 </p>5320 </p>
5321 <p>5321 <p>
5322 The number of unique error values across the entire compilation should determine the size of the error set type.5322 The number of unique error values across the entire compilation should determine the size of the error set type.
5323 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>.5323 However right now it is hard coded to be a {#syntax#}u16{#endsyntax#}. See <a href="https://github.com/ziglang/zig/issues/786">#786</a>.
5324 </p>5324 </p>
5325 <p>5325 <p>
5326 You can {#link|coerce|Type Coercion#} an error from a subset to a superset:5326 You can {#link|coerce|Type Coercion#} an error from a subset to a superset: