Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
another typo
  • Loading branch information
bcat-eu authored and zampino committed Jan 7, 2017
1 parent cfe881a commit 85d2a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ You have to implement an `act/3` method which takes the current state,
a signal arrived from the neuronal layer and some metadata (more on
metadata later). `act/3` can have the side-effects you desire
and must return the modified state.
The message passed to `act/3` is a keywork list
The message passed to `act/3` is a keyword list
`[n_id: v]` with a key `n_id` identifying the firing neuron,
and a scalar float value `v`.

Expand Down

0 comments on commit 85d2a21

Please sign in to comment.