diff options
Diffstat (limited to 'docs/examples/os_signals.md')
-rw-r--r-- | docs/examples/os_signals.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/os_signals.md b/docs/examples/os_signals.md index e4d7bc43a..e49c3eb76 100644 --- a/docs/examples/os_signals.md +++ b/docs/examples/os_signals.md @@ -5,12 +5,12 @@ ## Concepts -- Use the `--unstable` flag to access new or unstable features in Deno +- Use the `--unstable` flag to access new or unstable features in Deno. - [Deno.signal](https://doc.deno.land/builtin/unstable#Deno.signal) can be used - to capture and monitor OS signals + to capture and monitor OS signals. - Use the `dispose()` function of the Deno.signal [SignalStream](https://doc.deno.land/builtin/unstable#Deno.SignalStream) to - stop watching the signal + stop watching the signal. ## Async iterator example |