File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $(LI $(RELATIVE_LINK2 dtoh-improvements,Improvements for the C++ header generati
22
22
$(LI $(RELATIVE_LINK2 dwarf-switch,Add `-gdwarf=<version>` switch for the DMD compiler.))
23
23
$(LI $(RELATIVE_LINK2 getVisibility,Introduced `__traits(getVisibility, Sym)` as an alias to `getProtection`))
24
24
$(LI $(RELATIVE_LINK2 runtime-synchronized,Plain `synchronized` statements now use run-time allocated mutexes.))
25
- $(LI $(RELATIVE_LINK2 shortfunctions,Allow shortened function implementations for single-expresssion functions.))
25
+ $(LI $(RELATIVE_LINK2 shortfunctions,Allow shortened function implementations for single-expression functions.))
26
26
27
27
)
28
28
@@ -375,7 +375,7 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
375
375
376
376
$(LI $(BUGZILLA 20661): opEquals not recognized for AA key $(LPAREN)take two$(RPAREN))
377
377
$(LI $(BUGZILLA 21319): DMD crashes on immutable circular reference)
378
- $(LI $(BUGZILLA 21547): Oder of constructor declaration affects struct initializer)
378
+ $(LI $(BUGZILLA 21547): Order of constructor declaration affects struct initializer)
379
379
$(LI $(BUGZILLA 21678): "_d_arraysetlengthT is not callable using argument types" on chained array length assignment)
380
380
$(LI $(BUGZILLA 21696): DMD 2.095.1 Compilation Crash)
381
381
)
You can’t perform that action at this time.
0 commit comments