From 010b2b5b9c56391d63040de32da07ea0056ba42d Mon Sep 17 00:00:00 2001 From: Ruizhi Yu Date: Fri, 13 Dec 2024 16:15:53 +0800 Subject: [PATCH] doc: resolve typos --- README.md | 3 ++- docs/src/intro.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c5d626..c51d3f6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Solverz supports three types of abstract equation types, that are where $p$ is the parameter set of your models, $y_0$ is the previous time node value of $y$. -For example, we want to know how long it takes for an apple to fall from a tree to the ground. We have the DAE +Say, we want to know how long it will take for an apple, launched from the ground into the air, to fall back to the +ground. We have the differential equations $$ \begin{aligned} diff --git a/docs/src/intro.md b/docs/src/intro.md index 83ae58c..911062c 100644 --- a/docs/src/intro.md +++ b/docs/src/intro.md @@ -4,8 +4,8 @@ Solverz aims to help you model and solve your equations more efficiently. -Say, we want to know how long it takes for an apple to fall from a tree to the ground. We have the -differential equations +Say, we want to know how long it will take for an apple, launched from the ground into the air, to fall back to the +ground. We have the differential equations ```{math} \left\{