diff options
| author | Jimmi HC <jhc@liab.dk> | 2018-06-05 11:54:11 +0200 |
|---|---|---|
| committer | Jimmi HC <jhc@liab.dk> | 2018-06-05 11:54:11 +0200 |
| commit | a8146ade2a57bea12ea2d16bd273f03578e5d559 (patch) | |
| tree | 3046287688eeb219464fcb2c2ba1fd34185b1a0c /doc | |
| parent | 236c680f6bae490fddab4935892bd75240176d0b (diff) | |
| download | zig-a8146ade2a57bea12ea2d16bd273f03578e5d559.tar.gz zig-a8146ade2a57bea12ea2d16bd273f03578e5d559.zip | |
Renamed UndefinedLiteral to Undefined
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/langref.html.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in index 70f11c0e2b..4359cadb58 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -4895,7 +4895,7 @@ pub const TypeId = enum { Struct, ComptimeFloat, ComptimeInt, - UndefinedLiteral, + Undefined, Null, Nullable, ErrorUnion, @@ -4929,7 +4929,7 @@ pub const TypeInfo = union(TypeId) { Struct: Struct, ComptimeFloat: void, ComptimeInt: void, - UndefinedLiteral: void, + Undefined: void, Null: void, Nullable: Nullable, ErrorUnion: ErrorUnion, @@ -5687,7 +5687,7 @@ pub const TypeId = enum { Struct, ComptimeFloat, ComptimeInt, - UndefinedLiteral, + Undefined, Null, Nullable, ErrorUnion, @@ -5715,7 +5715,7 @@ pub const TypeInfo = union(TypeId) { Struct: Struct, ComptimeFloat: void, ComptimeInt: void, - UndefinedLiteral: void, + Undefined: void, Null: void, Nullable: Nullable, ErrorUnion: ErrorUnion, |
