Skip to content

Commit ce87119

Browse files
authored
Fix minor typo in comment (#184)
1 parent 85c5cb5 commit ce87119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function reg(
171171
formula_schema = apply_schema(formula, s, FixedEffectModel, has_fe_intercept)
172172

173173
# Obtain y
174-
# for a Vector{Float64}, conver(Vector{Float64}, y) aliases y
174+
# for a Vector{Float64}, convert(Vector{Float64}, y) aliases y
175175
y = convert(Vector{Float64}, response(formula_schema, subdf))
176176
all(isfinite, y) || throw("Some observations for the dependent variable are infinite")
177177

0 commit comments

Comments
 (0)