mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Fix typo in langref
- 768 -> 786 - The link seems to be correct - The link-text points to a seemingly unrelated issue
This commit is contained in:
parent
e46d7a3699
commit
3062f9b02a
1 changed files with 1 additions and 1 deletions
|
|
@ -5320,7 +5320,7 @@ test "fn reflection" {
|
|||
</p>
|
||||
<p>
|
||||
The number of unique error values across the entire compilation should determine the size of the error set type.
|
||||
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>.
|
||||
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>.
|
||||
</p>
|
||||
<p>
|
||||
You can {#link|coerce|Type Coercion#} an error from a subset to a superset:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue