From 13ffc40640792c21d142579e27c6f7f29603d479 Mon Sep 17 00:00:00 2001 From: Aman Atman <41161981+willtryagain@users.noreply.github.com> Date: Sun, 3 Oct 2021 12:02:47 +0530 Subject: [PATCH] Update leaky-integrate-and-fire.rst --- doc/exercises/leaky-integrate-and-fire.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/exercises/leaky-integrate-and-fire.rst b/doc/exercises/leaky-integrate-and-fire.rst index 544c2f3..1f7c3b5 100644 --- a/doc/exercises/leaky-integrate-and-fire.rst +++ b/doc/exercises/leaky-integrate-and-fire.rst @@ -49,7 +49,7 @@ Note that you can change all parameter of the LIF neuron by using the named para Exercise: minimal current ------------------------- -In the absence of an input current, a LIF neuron has a constant membrane voltage ``V_REST``. If an input current drives ``vm`` above the firing threshold, a spike is generated. Then, ``vm`` is reset to ``V_RESET`` and the neuron ignores any input during the refractroy period. +In the absence of an input current, a LIF neuron has a constant membrane voltage ``V_REST``. If an input current drives ``vm`` above the firing threshold, a spike is generated. Then, ``vm`` is reset to ``V_RESET`` and the neuron ignores any input during the refractory period. Question: minimal current (calculation) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~