mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
autodoc: fix typo
This commit is contained in:
parent
c0da41582b
commit
0516a4d629
1 changed files with 1 additions and 1 deletions
|
|
@ -1276,7 +1276,7 @@ Happy writing!
|
|||
}
|
||||
|
||||
if (t.link) {
|
||||
result = `<a class="zighref="${t.link}">` + result + "</a>";
|
||||
result = `<a href="${t.link}">` + result + "</a>";
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue