Skip to content

Commit

Permalink
Fix misprints
Browse files Browse the repository at this point in the history
  • Loading branch information
A1essandro committed Jan 15, 2017
1 parent 38b865b commit d5a30c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ $secondLayerNeuron->addSynapse(new Synapse($input));

####Network

`INetwork` interface implementation is a container comprising nodes (`INode`) interconnected by synapses (`Synapse`).
Interface implementation of `INetwork` is a container comprising nodes (`INode`) interconnected by synapses (`Synapse`).

####Layers

`ILayer` interface implementation are formal groups of `INode` in a `LayeredNetwork`.
Interface implementations of `ILayer` are formal groups of `INode` in a `LayeredNetwork`.

####Nodes

Expand Down

0 comments on commit d5a30c1

Please sign in to comment.