summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--typst/main.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/main.typ b/typst/main.typ
index 136dc6c..6076b9f 100644
--- a/typst/main.typ
+++ b/typst/main.typ
@@ -58,7 +58,7 @@ velocity field $u(x,t)$ the Navier-Stokes formulation is primarly defined by the
#math.equation(
block: true,
-$ rho D/(Dt)u = ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f,\
+$ rho D/(D t)u = ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f,\
∇ · u = 0 $
)