Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Debugging.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ There are other ways for a function to fail apart from throwing an error:

* A function might never return. This is particularly hard to debug
automatically, but sometimes terminating the function and looking at the
`traceback()` is informative. Otherwise, use use print debugging,
`traceback()` is informative. Otherwise, use print debugging,
as in Section \@ref(print-debugging).

* The worst scenario is that your code might crash R completely, leaving you
Expand Down