Skip to content

Commit df1d15f

Browse files
authored
Fix typo in modeling.rst
1 parent 4d82ab5 commit df1d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modeling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ dedicated section :ref:`therein<MjxPerformance>`.
16071607
:ref:`Numerical Integration<geIntegration>` section. The default recommended choice is the ``implicitfast``
16081608
integrator.
16091609
3. :ref:`Constraint Jacobians<option-jacobian>`: Try switching the Jacobian setting between "dense" and "sparse". These
1610-
two options use seperate code paths using dense or sparse algebra, but are otherwise compationally identical, so the
1610+
two options use seperate code paths using dense or sparse algebra, but are otherwise computationally identical, so the
16111611
faster one is always preferred. The default "auto" heuristic does not always make the right choice.
16121612
4. **Constraint solver:** If the profiler reports that a large chunk of time is spent in the solver, consider the
16131613
following:

0 commit comments

Comments
 (0)