aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandros Naskos <alex_naskos@hotmail.com>2018-06-19 17:49:48 +0300
committerAlexandros Naskos <alex_naskos@hotmail.com>2018-06-19 17:49:48 +0300
commit811539f8ee88366fea744ecfe251413b5dd774cc (patch)
tree3a717f457de141bfe3f044a706eb58367bbe9f9c /doc
parent13923132363b26b9982951fd79f01dbab0046e81 (diff)
downloadzig-811539f8ee88366fea744ecfe251413b5dd774cc.tar.gz
zig-811539f8ee88366fea744ecfe251413b5dd774cc.zip
Added missing ?type in docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 551f3ff769..769f6d586b 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -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,
};