Skip to content

Commit e79e930

Browse files
committed
symbol -> Symbol
1 parent 6ea1cd8 commit e79e930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ function process_operation!(flatAST::FlatAST, ex, var, new_var=nothing)
420420
add_intermediate!(flatAST, return_args)
421421
add_intermediate!(flatAST, intermediate)
422422

423-
top_level_code = FunctionAssignment(symbol(op), top_args, return_args, intermediate)
423+
top_level_code = FunctionAssignment(Symbol(op), top_args, return_args, intermediate)
424424

425425
new_var = return_args
426426

0 commit comments

Comments
 (0)