authorgravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2018-06-19 17:49:48+03:00
committergravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2018-06-19 17:49:48+03:00
log811539f8ee88366fea744ecfe251413b5dd774cc
tree3a717f457de141bfe3f044a706eb58367bbe9f9c
parent13923132363b26b9982951fd79f01dbab0046e81

Added missing ?type in docs.


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

doc/langref.html.in+1-1
...@@ -5667,7 +5667,7 @@ pub const TypeInfo = union(TypeId) {...@@ -5667,7 +5667,7 @@ pub const TypeInfo = union(TypeId) {
56675667
5668 pub const Union = struct {5668 pub const Union = struct {
5669 layout: ContainerLayout,5669 layout: ContainerLayout,
5670 tag_type: type,5670 tag_type: ?type,
5671 fields: []UnionField,5671 fields: []UnionField,
5672 defs: []Definition,5672 defs: []Definition,
5673 };5673 };