Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ed84b5

Browse filesBrowse files
committed
Fix RST syntax issue
1 parent 74a146e commit 8ed84b5
Copy full SHA for 8ed84b5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎scheduler.rst

Copy file name to clipboardExpand all lines: scheduler.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ You can also define ``from`` and ``until`` times for your schedule::
296296
$from = new \DateTimeImmutable('13:00', new \DateTimeZone('Europe/Paris'));
297297
RecurringMessage::every('1 day', new Message(), $from);
298298

299-
// create a message every day until a specific date::
299+
// create a message every day until a specific date
300300
$until = '2023-06-12';
301301
RecurringMessage::every('1 day', new Message(), null, $until);
302302

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.