From 16ce73b0bb3a1fa0ee06e31952cd6d3ee76c4e4d Mon Sep 17 00:00:00 2001 From: Han Lu <11597940+ErbB4@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:08:16 +0200 Subject: [PATCH] Update doc/dev/mechanism_abi.rst Co-authored-by: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> --- doc/dev/mechanism_abi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/mechanism_abi.rst b/doc/dev/mechanism_abi.rst index a0ee2778d..88ebd1aaf 100644 --- a/doc/dev/mechanism_abi.rst +++ b/doc/dev/mechanism_abi.rst @@ -363,7 +363,7 @@ below with some metadata about the backend. - compute ionic currents and set them through pointers in `ion_state`, currents live in `current_density` - - called during each integration time step + - called during each integration time step, and - at the start for reversal potential mechanisms, *before* current reset - after event deliver for anything else [a bit hard to read]