Skip to content

Commit

Permalink
Merge pull request #12 from bobo96run/patch-1
Browse files Browse the repository at this point in the history
docs(parsers): fix Text Parser signature
  • Loading branch information
titanism authored Nov 28, 2023
2 parents 122f8ce + c794667 commit f674fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h2>Text Parser</h2>
<p>A valid schedule can be generated simple text expressions.</p>

<br/>
<h4>later.parse.text(<i>expr</i>, <i>hasSeconds</i>)</h4>
<h4>later.parse.text(<i>expr</i>)</h4>
<p>Parses the text expression <code>expr</code> and returns a valid schedule that
can be used with Later.</p>

Expand Down

0 comments on commit f674fca

Please sign in to comment.