From 8569f85d9e5c84779fe35621a82a2ff00a81186f Mon Sep 17 00:00:00 2001 From: Janice Niemeir Date: Thu, 25 Oct 2018 11:04:30 -0700 Subject: [PATCH] Docs: Fix formatting of lastRun (#2251) --- docs/api/last-run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/last-run.md b/docs/api/last-run.md index cf61b31a7..4daa2abfd 100644 --- a/docs/api/last-run.md +++ b/docs/api/last-run.md @@ -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 @@ -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 |