Skip to content

Commit c39bb98

Browse files
committed
Fixup documentation issues
1 parent 2933e23 commit c39bb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JobsPostgres/PostgresJobsQueue+cleanup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extension PostgresJobQueue {
5555

5656
/// clean up job name.
5757
///
58-
/// Use this with the ``JobSchedule`` to schedule a cleanup of
58+
/// Use this with the ``/Jobs/JobSchedule`` to schedule a cleanup of
5959
/// failed, cancelled or completed jobs
6060
public var cleanupJob: JobName<JobCleanupParameters> {
6161
.init("_Jobs_PostgresCleanup_\(self.configuration.queueName)")

0 commit comments

Comments
 (0)