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 f9ebe45b13..b1768e8bbd 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,