Skip to content

Commit

Permalink
Fix typo in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jan 17, 2024
1 parent e01787d commit 51dcfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -7,7 +7,7 @@
* `defer()` is now a thin wrapper around `base::on.exit()`. This is
possible thanks to two contributions that we made to R 3.5:

- We added an argument for FIFO cleanup: `on.exit(after = FALSE)`.
- We added an argument for LIFO cleanup: `on.exit(after = FALSE)`.
- Calling `sys.on.exit()` elsewhere than top-level didn't work. This
is needed for manual invokation with `deferred_run()`.

Expand Down

0 comments on commit 51dcfeb

Please sign in to comment.