From 7b11b8592eff5fded2deba6abedeef456f8e10dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Lajaaiti?= Date: Tue, 6 Jun 2023 17:22:31 +0200 Subject: [PATCH] Format ModelParameters doc page --- docs/src/man/modelparameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/man/modelparameters.md b/docs/src/man/modelparameters.md index 1dcfde55..12aedf58 100644 --- a/docs/src/man/modelparameters.md +++ b/docs/src/man/modelparameters.md @@ -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 ```