Skip to content

Commit fe891b6

Browse files
Update diagnostics_api.md
1 parent 9fad71e commit fe891b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/diagnostics_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ using ModelingToolkit, NonlinearSolve
3434
3535
# Define a nonlinear system
3636
eqs = [0 ~ σ * (y - x), 0 ~ x * (ρ - z) - y, 0 ~ x * y - β * z]
37-
@named ns = NonlinearSystem(eqs, [x, y, z], [σ, ρ, β])
37+
@mtkbuild ns = NonlinearSystem(eqs, [x, y, z], [σ, ρ, β])
3838
3939
u0 = [x => 1.0, y => 0.0, z => 0.0]
4040

0 commit comments

Comments
 (0)