| author | |
| committer | |
| log | 7cf6650663368a535ed7363721f2e3d49a2a6c92 |
| tree | 04753ccd5d4dd72c4792da82c484af5b5ffc2b02 |
| parent | 65cad8ab1398667bdc401cbdfaabfcd9cc8459d8 |
| signature |
2 files changed, 3 insertions(+), 2 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -2087,7 +2087,7 @@ or |
| 2087 | 2087 | A slice is a pointer and a length. The difference between an array and |
| 2088 | 2088 | a slice is that the array's length is part of the type and known at |
| 2089 | 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 | 2091 | </p> |
| 2092 | 2092 | {#code|test_basic_slices.zig#} |
| 2093 | 2093 |
lib/docs/index.html+2-1| ... | ... | @@ -167,7 +167,8 @@ |
| 167 | 167 | margin-top: 0.5em; |
| 168 | 168 | } |
| 169 | 169 | |
| 170 | td { | |
| 170 | td, th { | |
| 171 | text-align: unset; | |
| 171 | 172 | vertical-align: top; |
| 172 | 173 | margin: 0; |
| 173 | 174 | padding: 0.5em; |