Skip to content

Commit 5e9eca3

Browse files
Update spiking_neural_systems.md
1 parent 8e6af30 commit 5e9eca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/spiking_neural_systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Our condition is `thr(u,t,integrator)` and the condition kicks in when `u > inte
7474
```@example spikingneural
7575
u0 = -75
7676
tspan = (0.0, 40.0)
77-
p = ComponentArray(gL = 5.0, EL = -75.0, C = 50.0, Vth = -55.0, I = 0)
77+
p = ComponentArrays.ComponentArray(gL = 5.0, EL = -75.0, C = 50.0, Vth = -55.0, I = 0)
7878
7979
prob = DE.ODEProblem(lif, u0, tspan, p, callback = cb)
8080
```

0 commit comments

Comments
 (0)