Skip to content

Commit 7bfa75d

Browse files
authored
Merge pull request #31 from spekulatius/spekulatius-patch-1
fixing typo
2 parents ab8bd52 + beb6b15 commit 7bfa75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ as either a DateTime object or integer containing a UNIX timestamp to the
4646
ResqueScheduler::enqueueAt($time, 'email', 'SendFollowUpEmail', $args);
4747

4848
$datetime = new DateTime('2012-03-18 13:21:49');
49-
ResqueScheduler::enqueueAt(datetime, 'email', 'SendFollowUpEmail', $args);
49+
ResqueScheduler::enqueueAt($datetime, 'email', 'SendFollowUpEmail', $args);
5050

5151
NOTE: resque-scheduler does not guarantee a job will fire at the time supplied.
5252
At the time supplied, resque-scheduler will take the job out of the delayed
@@ -105,4 +105,4 @@ of the job, the class name of the job, and the job's arguments.
105105
* atorres757
106106
* tonypiper
107107
* biinari
108-
* cballou
108+
* cballou

0 commit comments

Comments
 (0)