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 53eee37 commit dd1e132Copy full SHA for dd1e132
docs/src/model_creation/examples/hodgkin_huxley_equation.md
@@ -164,7 +164,7 @@ end
164
165
We next define the voltage dynamics with unspecified values for the currents
166
```@example hh1
167
-hhmodel2 = @reaction_network hhmodel begin
+hhmodel2 = @reaction_network hhmodel2 begin
168
@parameters C = 1.0 I₀ = 0.0
169
@variables V(t) Iₖ(t) Iₙₐ(t) Iₗ(t)
170
@equations D(V) ~ -1/C * (Iₖ + Iₙₐ + Iₗ) + Iapp(t,I₀)
0 commit comments