Skip to content

Commit a9262ef

Browse files
committed
fix:Correct function call.
1 parent 7f0294b commit a9262ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/CortexJS.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sub factor($expr) is export {
6666

6767
sub to-latex($expr) is export {
6868
start-ce() without $ce;
69-
return $ce.factor($expr);
69+
return $ce.to-latex($expr);
7070
}
7171

7272
END {

0 commit comments

Comments
 (0)