Skip to content

Commit

Permalink
Merge pull request #614 from rzarev/patch-1
Browse files Browse the repository at this point in the history
Fix a missed Common Lisp to R substitution
  • Loading branch information
hadley committed Oct 13, 2014
2 parents 8289828 + ddfabee commit bb49494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beyond-exception-handling.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ or this in Python:
except SomeException, se:
recover(se)

in Common Lisp you'd write this:
in R you'd write this:

```{r, eval = FALSE}
tryCatch({
Expand Down

0 comments on commit bb49494

Please sign in to comment.