Update elements/neuron/axon.md

This commit is contained in:
2026-05-31 23:59:12 +02:00
parent d6a5f80a8d
commit 2e2ae5b105
+3 -5
View File
@@ -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
```