summaryrefslogtreecommitdiff
path: root/doc/data.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data.html')
-rw-r--r--doc/data.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/data.html b/doc/data.html
index 05bc7cf..1507566 100644
--- a/doc/data.html
+++ b/doc/data.html
@@ -144,8 +144,7 @@ pub const kc_nl = "\\n";
content: []const Content,
};
-pub const CodeType = enum { literal, reference };
-pub const Content = union(CodeType) {
+pub const Content = union(enum) {
literal: LineRange,
reference: []const u8,
};