Skip to content

Commit 3818d1e

Browse files
isaacsasclaude
andcommitted
docs: fix @transport_reaction macro name and duplicate word in spatial docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e2a1619 commit 3818d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/spatial_modelling/discrete_space_reaction_systems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Spatial reactions describe reaction events which involve species across two conn
7070
- A rate at which the reaction occurs. As for non-spatial reactions, this can be any expression. However, currently, it may only consist of parameters and other constants.
7171
- A single species which is transported from one compartment to an adjacent one.
7272

73-
At the occurrence of a transport reaction, the specific species moves to the adjacent compartment. Many common spatial models can be represented using transport reactions only. These can model phenomena such as diffusion or constant flux. A transportation reaction can be created using the `@transportation_reaction` macro. E.g. above we used
73+
At the occurrence of a transport reaction, the specific species moves to the adjacent compartment. Many common spatial models can be represented using transport reactions only. These can model phenomena such as diffusion or constant flux. A transport reaction can be created using the `@transport_reaction` macro. E.g. above we used
7474
```@example spatial_intro_spat_rxs
7575
using Catalyst # hide
7676
diffusion_rx = @transport_reaction D X1
@@ -84,7 +84,7 @@ nothing # hide
8484
```
8585

8686
!!! note
87-
Any species which occurs is occurs in a transport reaction that is used to construct a [`DiscreteSpaceReactionSystem`](@ref) must also occur in the corresponding non-spatial [`ReactionSystem`](@ref).
87+
Any species which occurs in a transport reaction that is used to construct a [`DiscreteSpaceReactionSystem`](@ref) must also occur in the corresponding non-spatial [`ReactionSystem`](@ref).
8888

8989
### [Creating transport reactions programmatically](@id spatial_dspace_modelling_intro_spatial_reactions_programmatic)
9090
If models are created [programmatically](@ref programmatic_CRN_construction) it is also possible to create transportation reactions programmatically. To do so, use the `TransportReaction` constructor, providing first the rate and then the transported species:

0 commit comments

Comments
 (0)