Skip to content

Commit 8b58a78

Browse files
authored
Fix link to Scheduler in documentation (#528)
1 parent 3c8cb56 commit 8b58a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//! * [Work packets](scheduler/work/trait.GCWork.html): units of GC work scheduled by the MMTk's scheduler.
4343
//! * [GC plans](plan/global/trait.Plan.html): GC algorithms composed from components.
4444
//! * [Heap implementations](util/heap/index.html): the underlying implementations of memory resources that support spaces.
45-
//! * [Scheduler](scheduler/scheduler/struct.Scheduler.html): the MMTk scheduler to allow flexible and parallel execution of GC work.
45+
//! * [Scheduler](scheduler/scheduler/struct.GCWorkScheduler.html): the MMTk scheduler to allow flexible and parallel execution of GC work.
4646
//! * Interfaces: bi-directional interfaces between MMTk and language implementations
4747
//! i.e. [the memory manager API](memory_manager/index.html) that allows a language's memory manager to use MMTk
4848
//! and [the VMBinding trait](vm/trait.VMBinding.html) that allows MMTk to call the language implementation.

0 commit comments

Comments
 (0)