Skip to content

Commit

Permalink
Merge pull request #20 from philmodin/fix-typo-RecurringTask
Browse files Browse the repository at this point in the history
Fix docs typo RecurringTask
  • Loading branch information
Joannis authored Apr 24, 2024
2 parents 8354892 + d4ed98e commit ee4de94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MongoQueue/RecurringTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Meow
/// typealias ExecutionContext = SMTPClient
///
/// // Stored properties are encoded to MongoDB
/// // When the task runs, they'll be decodd into a new `Reminder` instance
/// // When the task runs, they'll be decoded into a new `Reminder` instance
/// // After which `execute` will be called
/// let username: String
///
Expand Down

0 comments on commit ee4de94

Please sign in to comment.