Skip to content

Commit 04a9c59

Browse files
committed
Typo fix
1 parent dcc7b32 commit 04a9c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/specification/examples/expsyn_stdp.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ interface discrete "expsyn_stdp" {
4646
| otherwise → g;
4747

4848
apre = S.apre + Apre;
49-
w_plastic = S.w_platic + S.apost;
49+
w_plastic = S.w_plastic + S.apost;
5050
};
5151

5252
on δt = post; state = {

0 commit comments

Comments
 (0)