zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit cc490f00267cb593412be05eba521c538943efef (tree)
parent af3263d7a87c922cbcb047944ee94123c69cfac1
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Thu, 27 Sep 2018 12:34:41 -0400

update @typeInfo docs

Diffstat:
Mdoc/langref.html.in | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -6295,7 +6295,6 @@ pub const TypeInfo = union(TypeId) { Union: Union, Fn: Fn, Namespace: void, - Block: void, BoundFn: Fn, ArgTuple: void, Opaque: void, @@ -6315,7 +6314,7 @@ pub const TypeInfo = union(TypeId) { size: Size, is_const: bool, is_volatile: bool, - alignment: u29, + alignment: u32, child: type, pub const Size = enum {