From 2e2ae5b1050e1f70e94d79b72bc45a2fd975afd4 Mon Sep 17 00:00:00 2001 From: Sergio Marchetti Date: Sun, 31 May 2026 23:59:12 +0200 Subject: [PATCH] Update elements/neuron/axon.md --- elements/neuron/axon.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/elements/neuron/axon.md b/elements/neuron/axon.md index 7031829..80363b6 100644 --- a/elements/neuron/axon.md +++ b/elements/neuron/axon.md @@ -5,9 +5,9 @@ Qui comprendiamo: - AXON: Axon ## AXON: Container -Modulation: -- develops: - - [PRESYNAPSE](presynapse.md) +Intro: +- is expanded by: [NEURON](neuron.md) +- expands: [PRESYNAPSE](presynapse.md) The axon does not contain specific behavior. - We might add balancing of ATP within PRE later. Here we comprehend it as a “cable” transporting the AP from SOMA to Presynapse. It expands PRESYNAPSE which: @@ -16,11 +16,9 @@ The axon does not contain specific behavior. ```Gen AXON - type: comprehension expansion: - _presynapse: TUB [ comprehension: PRESYNAPSE, full: 50x, active: 0x, empty: 10x ] # managed_by: EXCITATION or INHIBITION from winnertakeall ```