Commit e1f12124fd

Zirunis <122003158+Zirunis@users.noreply.github.com>
2025-11-09 14:05:09
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
Changed files (1)
doc/langref.html.in
@@ -7150,7 +7150,6 @@ const TypeName = @import("dir_name/TypeName.zig");
 var global_var: i32 = undefined;
 const const_name = 42;
 const PrimitiveTypeAlias = f32;
-const StringAlias = []u8;
 
 const StructName = struct {
     field: i32,