Skip to content

Commit 26617aa

Browse files
author
Alexander Ororbia
committed
fixed typo/error in doc evolving_synapses.md
1 parent fdb2d98 commit 26617aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/model_basics/evolving_synapses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ with Context("Circuit") as circuit:
5050

5151
## create and compile core simulation commands
5252
evolve_process = (JaxProcess()
53-
>> a.evolve)
53+
>> Wab.evolve)
5454
circuit.wrap_and_add_command(jit(evolve_process.pure), name="evolve")
5555

5656
advance_process = (JaxProcess()

0 commit comments

Comments
 (0)