diff --git a/doc/langref.html.in b/doc/langref.html.in index 45ece705ac8b19d70559ec1d49a5be63946156ae..bb3e3111e17f2d1cf068a970c8517c8a10135185 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -5847,7 +5847,7 @@ fn add(a: i32, b: i32) i32 { {#header_open|@bitOffsetOf#}
@bitOffsetOf(comptime T: type, comptime field_name: [] const u8) (number literal)

- 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.

{#header_close#} {#header_open|@OpaqueType#}