From c7946670f40a254babe5db19df43bc896831cbbd Mon Sep 17 00:00:00 2001 From: bobo96run <79259815+bobo96run@users.noreply.github.com> Date: Wed, 2 Jun 2021 15:47:23 +0400 Subject: [PATCH] docs(parsers): fix Text Parser signature by removing the extra 2nd argument "hasSeconds" which is used only for Cron Parser. Fix #11 --- parsers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers.html b/parsers.html index acd936d..acdfc95 100644 --- a/parsers.html +++ b/parsers.html @@ -366,7 +366,7 @@

Text Parser

A valid schedule can be generated simple text expressions.


-

later.parse.text(expr, hasSeconds)

+

later.parse.text(expr)

Parses the text expression expr and returns a valid schedule that can be used with Later.