Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit b87d7df

Browse files
MoonlightSentineldlang-bot
authored andcommitted
Fix 21086 - Correct link core.thread.context
The file is named `context.d`, not `package.d`.
1 parent 13441f1 commit b87d7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/thread/context.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
77
* (See accompanying file LICENSE)
88
* Authors: Sean Kelly, Walter Bright, Alex Rønne Petersen, Martin Nowak
9-
* Source: $(DRUNTIMESRC core/thread/package.d)
9+
* Source: $(DRUNTIMESRC core/thread/context.d)
1010
*/
1111

1212
module core.thread.context;

0 commit comments

Comments
 (0)