Skip to content

Commit

Permalink
Format ModelParameters doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-lajaaiti committed Jun 6, 2023
1 parent 31e92bd commit 7b11b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/modelparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ For the temperature
you just have to provide the scalar corresponding to the wanted temperature.

```@example econetd
environment = Environment(T = 273.15);
environment = Environment(; T = 273.15);
environment.T
```

Expand Down

0 comments on commit 7b11b85

Please sign in to comment.