Skip to content

Commit a44e25f

Browse files
committed
Add 'current'.
1 parent 955d71d commit a44e25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/src/dmd/res/default_ddoc_theme.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ NOALLOC = <span class="ddoc_flag ddoc_flag_noalloc" title="Does not allocate">No
6969
NOGC = <span class="ddoc_flag ddoc_flag_nogc" title="Does not use the garbage collector">No GC</span>
7070
NOTHROW = <span class="ddoc_flag ddoc_flag_nothrow" title="Does not throw exceptions">No Exceptions Thrown</span>
7171
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)
72+
DDOC_FLAGS = <div class="ddoc_flags"><span class="ddoc_flags_label">Current Behaviors:</span>$0</div>$(LF)
7373

7474
D_CODE =
7575
<section class="code_listing">

0 commit comments

Comments
 (0)