Skip to content

Commit 8549f8a

Browse files
authored
Update src/generalizedlinearmixedmodel.jl
1 parent fe30063 commit 8549f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generalizedlinearmixedmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ function objective!(m::GeneralizedLinearMixedModel{T}, x; fast=false, kwargs...)
527527
end
528528

529529
# normally, it doesn't make sense to move a simple branch to dispatch
530-
# HOWEVER, this wins up getting called in optimization a lot and
530+
# HOWEVER, this winds up getting called in optimization a lot and
531531
# moving this to a realization here allows us to avoid dynamic dispatch on setθ! / setθβ!
532532
function _objective!(
533533
m::GeneralizedLinearMixedModel{T}, x, ::Val{true}; nAGQ=1, verbose=false

0 commit comments

Comments
 (0)