We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc15cf commit 3ae62e8Copy full SHA for 3ae62e8
docs/src/comparison.md
@@ -13,7 +13,7 @@ excels in many areas due to purposeful design decisions:
13
slow and SymEngine was far too inflexible for the projects they were
14
doing. Performance is key to ModelingToolkit.jl. If you find any
15
performance issues, please file an issue.
16
-- build_function: `lambdify` is "fine" for some people, but if you're building
+- `build_function`: `lambdify` is "fine" for some people, but if you're building
17
a super fast MPI-enabled Julia/C/Fortran simulation code, having a
18
function that hits the Python interpreter is less than optimal. By
19
default, `build_function` builds fast JIT-compiled functions due
0 commit comments