authorgravatar for 122003158+Zirunis@users.noreply.github.comZirunis <122003158+Zirunis@users.noreply.github.com> 2025-11-09 14:05:09+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-11-09 14:05:09+01:00
loge1f12124fd4cb23415804c04f9e63612991ce659
tree616ba7cf3f8d9dca7bc8b0a9dc6c192fd97da873
parent4dcc8a80a9a3581ac644f0438dded918db13bb50
signaturebadge-check Signed by PGP key B5690EEEBB952194

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 files changed, 0 insertions(+), 1 deletions(-)

doc/langref.html.in-1
......@@ -7150,7 +7150,6 @@ const TypeName = @import("dir_name/TypeName.zig");
71507150var global_var: i32 = undefined;
71517151const const_name = 42;
71527152const PrimitiveTypeAlias = f32;
7153const StringAlias = []u8;
71547153
71557154const StructName = struct {
71567155 field: i32,