authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-27 12:34:41-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-27 12:34:41-04:00
logcc490f00267cb593412be05eba521c538943efef
tree706479b225f23b2100af94472de230475e69b922
parentaf3263d7a87c922cbcb047944ee94123c69cfac1
signaturelock-open Commit is signed but in an unrecognized format.

update @typeInfo docs


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

doc/langref.html.in+1-2
......@@ -6295,7 +6295,6 @@ pub const TypeInfo = union(TypeId) {
62956295 Union: Union,
62966296 Fn: Fn,
62976297 Namespace: void,
6298 Block: void,
62996298 BoundFn: Fn,
63006299 ArgTuple: void,
63016300 Opaque: void,
......@@ -6315,7 +6314,7 @@ pub const TypeInfo = union(TypeId) {
63156314 size: Size,
63166315 is_const: bool,
63176316 is_volatile: bool,
6318 alignment: u29,
6317 alignment: u32,
63196318 child: type,
63206319
63216320 pub const Size = enum {