diff --git a/cookbook/StarTrek.cs b/cookbook/StarTrek.cs index 2880cf36..863e0219 100644 --- a/cookbook/StarTrek.cs +++ b/cookbook/StarTrek.cs @@ -34,4 +34,4 @@ Console.WriteLine($"{"Georgiou",10} is {georgiou}, now THAT's a Captain!"); // ⁉️ Needed to be said. -Console.WriteLine($"{"Shatner",10} ain't Stewart, even in death! {kirk != picard}"); +Console.WriteLine($"{"Shatner",10} ain't ever Stewart! {kirk != picard}");