Skip to content

Commit 8569f85

Browse files
janiceilenephated
authored andcommitted
Docs: Fix formatting of lastRun (#2251)
1 parent ca6ba35 commit 8569f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/last-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_label: lastRun()
99

1010
Retrieves the last time a task was successfully completed during the current running process. Most useful on subsequent task runs while a watcher is running.
1111

12-
When combined with `src()`, enables incremental builds to speed up your execution times by skipping files that haven't changed since the last successful task completion.
12+
When combined with `src()`, enables incremental builds to speed up execution times by skipping files that haven't changed since the last successful task completion.
1313

1414
## Usage
1515

@@ -64,7 +64,7 @@ While there are sensible defaults for the precision of timestamps, they can be r
6464
* `lastRun(someTask, 100)` returns 1426000001100
6565
* `lastRun(someTask, 1000)` returns 1426000001000
6666

67-
A file's [mtime stat][fs-stats-concepts] precision may vary depending on the node version and/or the file system used:
67+
A file's [mtime stat][fs-stats-concepts] precision may vary depending on the node version and/or the file system used.
6868

6969

7070
| platform | precision |

0 commit comments

Comments
 (0)