mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Added missing ?type in docs.
This commit is contained in:
parent
1392313236
commit
811539f8ee
@ -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,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user