Skip to content

Commit

Permalink
Language tweak
Browse files Browse the repository at this point in the history
Co-Authored-By: Tim Holy <[email protected]>
  • Loading branch information
mlhetland and timholy authored May 14, 2019
1 parent 0f396b1 commit 69465c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Revise.jl
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ Execute `f()` whenever files listed in `files`, or code in `modules`, updates.
`entr` will process updates (and block your command line) until you press Ctrl-C.
Unless `postpone` is `true`, `f()` will be executed also when calling `entr`,
regardless of file changes. The `pause` is the period (in seconds) that `entr`
will wait between it has been triggered and actually calling `f()`, to handle
will wait between being triggered and actually calling `f()`, to handle
clusters of modifications, such as those produced by saving files in certain
text editors.
Expand Down

0 comments on commit 69465c3

Please sign in to comment.