Commit f2186e5fa7

Raul Leal <raulgrell@gmail.com>
2018-09-07 23:58:31
Update langref.html.in
1 parent 09a1162
Changed files (1)
doc/langref.html.in
@@ -5847,7 +5847,7 @@ fn add(a: i32, b: i32) i32 {
       {#header_open|@bitOffsetOf#}
       <pre><code class="zig">@bitOffsetOf(comptime T: type, comptime field_name: [] const u8) (number literal)</code></pre>
       <p>
-      This function returns the byte offset of a field relative to its containing struct.
+      This function returns the bit offset of a field relative to its containing struct.
       </p>
       {#header_close#}
       {#header_open|@OpaqueType#}