Skip to content

Commit 2d0613f

Browse files
committed
Spelling mistake.
1 parent cd49151 commit 2d0613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static_ir/backprop.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function get_selected_choices(::EmptyAddressSchema, ::StaticIR)
353353
end
354354

355355
function get_selected_choices(::AllAddressSchema, ir::StaticIR)
356-
Set{RandomChoiceNodes}(ir.choice_nodes)
356+
Set{RandomChoiceNode}(ir.choice_nodes)
357357
end
358358

359359
function get_selected_choices(schema::StaticAddressSchema, ir::StaticIR)

0 commit comments

Comments
 (0)