authorgravatar for raulgrell@gmail.comRaul Leal <raulgrell@gmail.com> 2018-09-07 22:58:31+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2018-09-07 22:58:31+01:00
logf2186e5fa753ef84003fcc21cd60692e009a8941
treed81b59578fd4d6bfe3bca5fe6cd5501fe28e7013
parent09a1162af57858a9579ef112b75472f82581e1d3
signature Signed by PGP key 4AEE18F83AFDEB23

Update langref.html.in


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -5847,7 +5847,7 @@ fn add(a: i32, b: i32) i32 {...@@ -5847,7 +5847,7 @@ fn add(a: i32, b: i32) i32 {
5847 {#header_open|@bitOffsetOf#}5847 {#header_open|@bitOffsetOf#}
5848 <pre><code class="zig">@bitOffsetOf(comptime T: type, comptime field_name: [] const u8) (number literal)</code></pre>5848 <pre><code class="zig">@bitOffsetOf(comptime T: type, comptime field_name: [] const u8) (number literal)</code></pre>
5849 <p>5849 <p>
5850 This function returns the byte offset of a field relative to its containing struct.5850 This function returns the bit offset of a field relative to its containing struct.
5851 </p>5851 </p>
5852 {#header_close#}5852 {#header_close#}
5853 {#header_open|@OpaqueType#}5853 {#header_open|@OpaqueType#}