Skip to content

Commit dd1e132

Browse files
committed
fix doc build
1 parent 53eee37 commit dd1e132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/examples/hodgkin_huxley_equation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ end
164164

165165
We next define the voltage dynamics with unspecified values for the currents
166166
```@example hh1
167-
hhmodel2 = @reaction_network hhmodel begin
167+
hhmodel2 = @reaction_network hhmodel2 begin
168168
@parameters C = 1.0 I₀ = 0.0
169169
@variables V(t) Iₖ(t) Iₙₐ(t) Iₗ(t)
170170
@equations D(V) ~ -1/C * (Iₖ + Iₙₐ + Iₗ) + Iapp(t,I₀)

0 commit comments

Comments
 (0)