From 2c0f307566114d1153073cb8a4ad6d454ed921c0 Mon Sep 17 00:00:00 2001 From: Oli Sturm Date: Tue, 7 Nov 2023 22:25:40 +0000 Subject: [PATCH] fix comment --- samples/CS9/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/CS9/Program.cs b/samples/CS9/Program.cs index 3968700..3eb02e1 100644 --- a/samples/CS9/Program.cs +++ b/samples/CS9/Program.cs @@ -31,7 +31,7 @@ namespace CS9 { NotValuable } - // Positional patterns with placeholders - note that + // Positional patterns with "discard" placeholders - note that // the element lists must be "complete"! static OrderValue OrderValueCategory(Order o) => o switch {