Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct a few typos in documentation comments #855

Merged
merged 4 commits into from
Nov 30, 2017
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/hh_psc_alpha.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Name: hh_psc_alpha - Hodgkin Huxley neuron model.
hh_psc_alpha is an implementation of a spiking neuron using the Hodkin-Huxley
formalism.

(1) Post-syaptic currents
(1) Post-synaptic currents
Incoming spike events induce a post-synaptic change of current modelled
by an alpha function. The alpha function is normalised such that an event of
weight 1.0 results in a peak current of 1 pA.
Expand Down
2 changes: 1 addition & 1 deletion models/hh_psc_alpha_gap.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Name: hh_psc_alpha_gap - Hodgkin Huxley neuron model with gap-junction support.
additionally supports gap junctions.


(1) Post-syaptic currents
(1) Post-synaptic currents
Incoming spike events induce a post-synaptic change of current modelled
by an alpha function. The alpha function is normalised such that an event of
weight 1.0 results in a peak current of 1 pA.
Expand Down
2 changes: 1 addition & 1 deletion models/iaf_psc_alpha.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Name: iaf_psc_alpha - Leaky integrate-and-fire neuron model.
If tau_m is very close to tau_syn_ex or tau_syn_in, the model
will numerically behave as if tau_m is equal to tau_syn_ex or
tau_syn_in, respectively, to avoid numerical instabilities.
For details, please see IAF_Neruons_Singularity.ipynb in
For details, please see IAF_Neurons_Singularity.ipynb in
the NEST source code (docs/model_details).

References:
Expand Down
2 changes: 1 addition & 1 deletion models/iaf_psc_exp.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace nest
If tau_m is very close to tau_syn_ex or tau_syn_in, the model
will numerically behave as if tau_m is equal to tau_syn_ex or
tau_syn_in, respectively, to avoid numerical instabilities.
For details, please see IAF_Neruons_Singularity.ipynb in the
For details, please see IAF_Neurons_Singularity.ipynb in the
NEST source code (docs/model_details).

iaf_psc_exp can handle current input in two ways: Current input
Expand Down
2 changes: 1 addition & 1 deletion models/iaf_tum_2000.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ namespace nest
If tau_m is very close to tau_syn_ex or tau_syn_in, the model
will numerically behave as if tau_m is equal to tau_syn_ex or
tau_syn_in, respectively, to avoid numerical instabilities.
For details, please see IAF_Neruons_Singularity.ipynb in
For details, please see IAF_Neurons_Singularity.ipynb in
the NEST source code (docs/model_details).

References:
Expand Down
2 changes: 1 addition & 1 deletion nestkernel/nestmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ NestModule::ResetKernelFunction::execute( SLIInterpreter* i ) const
at T=0. The dynamic state comprises typically the membrane potential,
synaptic currents, buffers holding input that has been delivered, but not
yet become effective, and all events pending delivery. Technically, this
is achieve by calling init_state() on all nodes and forcing a call to
is achieved by calling init_state() on all nodes and forcing a call to
init_buffers() upon the next call to Simulate. Node parameters, such as
time constants and threshold potentials, are not affected.

Expand Down