There was an error while loading. Please reload this page.
1 parent 955d71d commit a44e25fCopy full SHA for a44e25f
1 file changed
compiler/src/dmd/res/default_ddoc_theme.ddoc
@@ -69,7 +69,7 @@ NOALLOC = <span class="ddoc_flag ddoc_flag_noalloc" title="Does not allocate">No
69
NOGC = <span class="ddoc_flag ddoc_flag_nogc" title="Does not use the garbage collector">No GC</span>
70
NOTHROW = <span class="ddoc_flag ddoc_flag_nothrow" title="Does not throw exceptions">No Exceptions Thrown</span>
71
PURE = <span class="ddoc_flag ddoc_flag_pure" title="Has no observable side effects">Is Pure</span>
72
-DDOC_FLAGS = <div class="ddoc_flags"><span class="ddoc_flags_label">Behaviors:</span>$0</div>$(LF)
+DDOC_FLAGS = <div class="ddoc_flags"><span class="ddoc_flags_label">Current Behaviors:</span>$0</div>$(LF)
73
74
D_CODE =
75
<section class="code_listing">
0 commit comments