From 9f3506442ad772a77cfcc812bf5bf66f9510c83d Mon Sep 17 00:00:00 2001 From: Harry Thompson <151230754+hrryt@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:15:25 +0100 Subject: [PATCH] Fix typo in Debugging.Rmd --- Debugging.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging.Rmd b/Debugging.Rmd index d55abf30e..f7fd95a76 100644 --- a/Debugging.Rmd +++ b/Debugging.Rmd @@ -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