Skip to content

Commit a1c2486

Browse files
authored
Merge pull request #5104 from veelo/patch-2
[doc] Remove spurious data section.
2 parents 7239720 + 4c3ec6a commit a1c2486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/parallelism.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,8 +1565,8 @@ public:
15651565
reasons, amap will assume the range elements have not yet been
15661566
initialized. Elements will be overwritten without calling a destructor
15671567
nor doing an assignment. As such, the range must not contain meaningful
1568-
data: either un-initialized objects, or objects in their $(D .init)
1569-
state.
1568+
data$(DDOC_COMMENT not a section): either un-initialized objects, or
1569+
objects in their $(D .init) state.
15701570
15711571
---
15721572
auto numbers = iota(100_000_000.0);

0 commit comments

Comments
 (0)