Skip to content

Commit 8992a35

Browse files
author
Frankie Robertson
committed
Fix some typos in MirtCAT compat
1 parent 9055986 commit 8992a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Compat/MirtCAT.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const next_item_aliases = Dict(
4949
distribution_estimator(posterior_ability_estimator),
5050
integrator
5151
)),
52-
"Drule" => _next_item_helper((; bits, ability_estimator, rest...) -> DRuleItemCriteron(ability_estimator)),
53-
"Trule" => _next_item_helper((; bits, ability_estimator, rest...) -> TRuleItemCriteron(ability_estimator))
52+
"Drule" => _next_item_helper((; bits, ability_estimator, rest...) -> DRuleItemCriterion(ability_estimator)),
53+
"Trule" => _next_item_helper((; bits, ability_estimator, rest...) -> TRuleItemCriterion(ability_estimator))
5454
)
5555

5656
# 'IKLP' as well as 'IKL' for the integration based Kullback-Leibler criteria with and without the prior density weight,

0 commit comments

Comments
 (0)