Skip to content

Commit bf567d6

Browse files
committed
Small edit to doc
1 parent 71d8f6f commit bf567d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/model_coupling/model_coupling_modeler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ A model that takes outputs of another model as inputs is called a soft-coupled m
8080

8181
```julia
8282
PlantSimEngine.dep(m::ParentModel) = (
83-
name_provided_in_the_mapping=AbstractHardDependecyModel => ["Organ_Name_1",],
83+
name_provided_in_the_mapping=AbstractHardDependencyModel => ["Organ_Name_1",],
8484
)
8585
```
8686

87-
Here's a concrete example in XPalm, an oil palm model developed on top of PlantSimEngine.
87+
Here's a concrete example in [XPalm](https://github.com/PalmStudio/XPalm.jl), an oil palm model developed on top of PlantSimEngine.
8888
Organs are produced at the phytomer scale, but need to run an age model and a biomass model at the reproductive organs' scales.
8989

9090
```julia

0 commit comments

Comments
 (0)