From e1f12124fd4cb23415804c04f9e63612991ce659 Mon Sep 17 00:00:00 2001 From: Zirunis <122003158+Zirunis@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:05:09 +0100 Subject: [PATCH] Remove StringAlias because it implies the existence of a String type and is a redundant example anyway Co-authored-by: Ryan Liptak --- doc/langref.html.in | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index f9ebe45b136b516df46db039e1c75217cf24e3c1..b1768e8bbdb4d7240dbcc083844d53d2b2662f6d 100644 --- a/doc/langref.html.in +++ b/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, -- 2.54.0