diff options
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index d1428312b..40e97e94f 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -37,7 +37,7 @@ type # please make sure we have under 32 options # evaluation optPatterns, # en/disable pattern matching optMemTracker, - optHotReloading + optHotCodeReloading TOptions* = set[TOption] TGlobalOption* = enum # **keep binary compatible** |