Skip to content

Commit 10cdf57

Browse files
author
Frankie Robertson
committed
Fix typo in StatefulCat export
1 parent 1ab4bcb commit 10cdf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stateful.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using ..CatConfig: CatLoopConfig, CatRules
66
using ..Responses: BareResponses, Response
77
using ..NextItemRules: compute_criteria, best_item
88

9-
export StatefulCAT, StatefulCatConfig, run_cat
9+
export StatefulCat, StatefulCatConfig, run_cat
1010
public next_item, ranked_items, item_criteria
1111
public add_response!, rollback!, reset!, get_responses, get_ability
1212

0 commit comments

Comments
 (0)