mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 15:31:48 +00:00
autodoc: fix typo
This commit is contained in:
parent
c0da41582b
commit
0516a4d629
@ -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…
x
Reference in New Issue
Block a user