Skip to content

Commit 3ae62e8

Browse files
Update comparison.md
1 parent 2fc15cf commit 3ae62e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ excels in many areas due to purposeful design decisions:
1313
slow and SymEngine was far too inflexible for the projects they were
1414
doing. Performance is key to ModelingToolkit.jl. If you find any
1515
performance issues, please file an issue.
16-
- build_function: `lambdify` is "fine" for some people, but if you're building
16+
- `build_function`: `lambdify` is "fine" for some people, but if you're building
1717
a super fast MPI-enabled Julia/C/Fortran simulation code, having a
1818
function that hits the Python interpreter is less than optimal. By
1919
default, `build_function` builds fast JIT-compiled functions due

0 commit comments

Comments
 (0)