Skip to content

Commit

Permalink
Docs: Fix formatting of lastRun (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiceilene authored and phated committed Oct 25, 2018
1 parent ca6ba35 commit 8569f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/last-run.md
Expand Up @@ -9,7 +9,7 @@ sidebar_label: lastRun()

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.

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.
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.

## Usage

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

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


| platform | precision |
Expand Down

0 comments on commit 8569f85

Please sign in to comment.