Added missing ?type in docs.

This commit is contained in:
Alexandros Naskos 2018-06-19 17:49:48 +03:00
parent 1392313236
commit 811539f8ee

View File

@ -5667,7 +5667,7 @@ pub const TypeInfo = union(TypeId) {
pub const Union = struct {
layout: ContainerLayout,
tag_type: type,
tag_type: ?type,
fields: []UnionField,
defs: []Definition,
};