authorgravatar for 77922942+expikr@users.noreply.github.comexpikr <77922942+expikr@users.noreply.github.com> 2024-06-08 12:37:07-07:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2024-06-08 12:37:07-07:00
log7cf6650663368a535ed7363721f2e3d49a2a6c92
tree04753ccd5d4dd72c4792da82c484af5b5ffc2b02
parent65cad8ab1398667bdc401cbdfaabfcd9cc8459d8
signaturebadge-check Signed by PGP key B5690EEEBB952194

autodoc: fix misaligned table header when alignment is default (#20220)


2 files changed, 3 insertions(+), 2 deletions(-)

doc/langref.html.in+1-1
...@@ -2087,7 +2087,7 @@ or...@@ -2087,7 +2087,7 @@ or
2087 A slice is a pointer and a length. The difference between an array and2087 A slice is a pointer and a length. The difference between an array and
2088 a slice is that the array's length is part of the type and known at2088 a slice is that the array's length is part of the type and known at
2089 compile-time, whereas the slice's length is known at runtime.2089 compile-time, whereas the slice's length is known at runtime.
2090 Both can be accessed with the `len` field.2090 Both can be accessed with the {#syntax#}len{#endsyntax#} field.
2091 </p>2091 </p>
2092 {#code|test_basic_slices.zig#}2092 {#code|test_basic_slices.zig#}
20932093
lib/docs/index.html+2-1
...@@ -167,7 +167,8 @@...@@ -167,7 +167,8 @@
167 margin-top: 0.5em;167 margin-top: 0.5em;
168 }168 }
169169
170 td {170 td, th {
171 text-align: unset;
171 vertical-align: top;172 vertical-align: top;
172 margin: 0;173 margin: 0;
173 padding: 0.5em;174 padding: 0.5em;