File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -372,13 +372,13 @@ $(BUGSTITLE Library Changes,
372372 or program may malfunction due to changed call order of module static construction/destruction.
373373 In order to preserve the program behaviour without the need to specify `--DRT-oncycle` command line argument,
374374 it is possible to instruct the linker by declaring the following array in the source code:)
375-
375+
376376 ---
377377 extern(C) __gshared string[] rt_options = [ "oncycle=ignore" ];
378378 ---
379-
379+
380380 ($P For more information, please consult the D language specification, section Overriding Cycle Detection Abort in chapter 4
381- and chapter 28.7 Configuring the Garbage Collector.)
381+ and chapter 28.7 Configuring the Garbage Collector.)
382382 )
383383
384384 $(LI $(LNAME2 std-digest-murmurhash, Implementation of `std.digest.murmurhash`).
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $(BUGSTITLE Compiler changes,
3737$(LI $(LNAME2 mscrtlib-option,New command line option $(B -mscrtlib=$(I libname)) for Windows MS-COFF object files.)
3838 $(P
3939 If building MS-COFF object files with -m64 or -m32mscoff, this option
40- specifies the reference to the C runtime library $(I libname) that is
40+ specifies the reference to the C runtime library $(I libname) that is
4141 embedded into the object file containing `main`,
4242 `DllMain` or `WinMain` for automatic linking. The default is $(TT libcmt)
4343 (release version with static linkage), the other usual alternatives are
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ $(H3 Official contacts)
6363$(P The D Language Foundation has been incorporated with the state of Washington, USA.
6464 The employer ID is 47-5352856.)
6565
66- $(P To contact the D Language Foundation, please direct emails to
67- $(LINK2 mailto:foundation@dlang.org, foundation@dlang.org) and other correspondence to
66+ $(P To contact the D Language Foundation, please direct emails to
67+ $(LINK2 mailto:foundation@dlang.org, foundation@dlang.org) and other correspondence to
68686830 NE Bothell Way, Suite C-162, Kenmore WA 98028.)
6969
7070)
Original file line number Diff line number Diff line change @@ -703,8 +703,8 @@ $(CONSOLE
703703 --------------
704704
705705 $(P It is important to make sure that, if $(D opApply) catches any exceptions, that those
706- exceptions did not originate from the delegate passed to $(I opApply). The user would expect
707- exceptions thrown from a `foreach` body to both terminate the loop, and propagate outside
706+ exceptions did not originate from the delegate passed to $(I opApply). The user would expect
707+ exceptions thrown from a `foreach` body to both terminate the loop, and propagate outside
708708 the `foreach` body.
709709 )
710710
You can’t perform that action at this time.
0 commit comments