summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--typst/main.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/typst/main.typ b/typst/main.typ
index 69419a5..dd03fce 100644
--- a/typst/main.typ
+++ b/typst/main.typ
@@ -180,9 +180,9 @@ the a porostiy field $epsilon$ is introduced and defined as
$ epsilon =
{
cases(
- 1", if the cell is fully fluid",
+ 1", if the cell is fully fluid",
(0,1)", if the cell fluid-solid mix",
- 0", if the cell is fully solid."
+ 0", if the cell is fully solid."
)
$
)