Skip to content

Commit

Permalink
Docs: Improve API references
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxyz authored and phated committed Dec 31, 2017
1 parent c1012cd commit be2df06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Default: `false`
If true, it will create a duplex stream which passes items through and
emits globbed files.

### options.allowEmpty
##### options.allowEmpty
Type: `Boolean`
Default: `false`

Expand Down Expand Up @@ -389,7 +389,7 @@ gulp.task('sometask', function() {
});
```

### lastRun(taskName, [timeResolution])
### gulp.lastRun(taskName, [timeResolution])

Returns the timestamp of the last time the task ran successfully. The time
will be the time the task started. Returns `undefined` if the task has
Expand Down

0 comments on commit be2df06

Please sign in to comment.