From f1a0e930403d776bf70c7f34a09a54ff370b0309 Mon Sep 17 00:00:00 2001 From: "Justin M. Shea" Date: Wed, 25 Aug 2021 02:35:36 -0500 Subject: [PATCH] Fix spelling (#210) --- vignettes/checkmate.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/checkmate.Rmd b/vignettes/checkmate.Rmd index 9b2ca7d1..b3dbfdec 100644 --- a/vignettes/checkmate.Rmd +++ b/vignettes/checkmate.Rmd @@ -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.