Skip to content

Commit 11cee31

Browse files
committed
doc fix
1 parent 439d5d5 commit 11cee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ conserved constant(s), `Γ`, are updated. As an example consider the following
339339
using Catalyst, NonlinearSolve
340340
rn = @reaction_network begin
341341
(k₁,k₂), X₁ <--> X₂
342-
(k₃,k₄), X₁ + X₂ --> 2X₃
342+
(k₃,k₄), X₁ + X₂ <--> 2X₃
343343
end
344344
u0 = [:X₁ => 1.0, :X₂ => 2.0, :X₃ => 3.0]
345345
ps = [:k₁ => 0.1, :k₂ => 0.2, :k₃ => 0.3, :k₄ => 0.4]

0 commit comments

Comments
 (0)