From 26002598de0fc9276af20a1fa05d0b5bc00e0221 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 6 Nov 2023 15:56:05 -0600 Subject: [PATCH] typos --- _typos.toml | 5 +++++ src/typical.jl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_typos.toml b/_typos.toml index f8d9752..39f9f8f 100644 --- a/_typos.toml +++ b/_typos.toml @@ -4,11 +4,16 @@ [default.extend-identifiers] Lik = "Lik" missings = "missings" +# misspelled in the car::Cowles dataset +Extraversion = "Extraversion" +extraversion = "extraversion" +Fo = "Fo" [default.extend-words] Lik = "Lik" missings = "missings" + [type.package_toml] # Don't check spellings in these files extend-glob = ["Manifest.toml", "Project.toml"] diff --git a/src/typical.jl b/src/typical.jl index 6f7cf61..e42d4aa 100644 --- a/src/typical.jl +++ b/src/typical.jl @@ -1,7 +1,7 @@ #= Idea is: we have a model formula and a design dict of variables with reference values. -all teh terms that are not present in the design get "typified". we re-write the model +all the terms that are not present in the design get "typified". we re-write the model formula replacing all the terms with their "typified" version where available. then we call modelcols using this new formula + the reference grid