Skip to content

Commit e1f1212

Browse files
Zirunissqueek502
andauthored
Remove StringAlias because it implies the existence of a String type and is a redundant example anyway
Co-authored-by: Ryan Liptak <squeek502@hotmail.com>
1 parent 4dcc8a8 commit e1f1212

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/langref.html.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7150,7 +7150,6 @@ const TypeName = @import("dir_name/TypeName.zig");
71507150
var global_var: i32 = undefined;
71517151
const const_name = 42;
71527152
const PrimitiveTypeAlias = f32;
7153-
const StringAlias = []u8;
71547153

71557154
const StructName = struct {
71567155
field: i32,

0 commit comments

Comments
 (0)