Skip to content

Commit

Permalink
Fix spelling (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMShea committed Aug 25, 2021
1 parent 90143ec commit f1a0e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/checkmate.Rmd
Expand Up @@ -14,7 +14,7 @@ library(checkmate)

Ever used an R function that produced a not-very-helpful error message, just to discover after minutes of debugging that you simply passed a wrong argument?

Blaming the laziness of the package author for not doing such standard checks (in a dynamically typed language such as R) is at least partially unfair, as R makes theses types of checks cumbersome and annoying. Well, that's how it was in the past.
Blaming the laziness of the package author for not doing such standard checks (in a dynamically typed language such as R) is at least partially unfair, as R makes these types of checks cumbersome and annoying. Well, that's how it was in the past.

Enter checkmate.

Expand Down

0 comments on commit f1a0e93

Please sign in to comment.