Fix Stupid -> Snazzy based on updated name.

This commit is contained in:
Steven Schveighoffer 2022-09-11 12:31:44 -04:00 committed by The Dlang Bot
parent e91bdf5969
commit 3ea28fee2b

View file

@ -28,7 +28,7 @@ immutable
gnu = 2, /// GNU D Compiler (GDC)
llvm = 3, /// LLVM D Compiler (LDC)
dotNET = 4, /// D.NET
sdc = 5, /// Stupid D Compiler (SDC)
sdc = 5, /// Snazzy D Compiler (SDC)
}
/// Which vendor produced this compiler.