mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +03:00
Fix Stupid -> Snazzy based on updated name.
This commit is contained in:
parent
e91bdf5969
commit
3ea28fee2b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue