Skip to content

Commit 824d575

Browse files
committed
docs:Better explanations.
1 parent a47c22a commit 824d575

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README-work.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ _ ==> to-latex()
170170
```
171171

172172
**Remark:** The "free functions" `evaluate`, `N`, `simplify`, `assign`, `expand`, `expandAll`, `factor`, and `solve`
173-
try to recognize (or parse) a string input as LaTeX code, and if parsing is successful,
174-
then (more or less) the processing pipeline in applied: `$expr ==> parse-latex() ==> &func() ==> to-latex()`.
173+
verify (by parsing) is a string input a valid LaTeX code, and if the verification is successful,
174+
then (more or less) the following processing pipeline in applied: `$expr ==> parse-latex() ==> &func() ==> to-latex()`.
175175

176176
Using assignment for repeated expression evaluation:
177177

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ $a^2+b^2-2ab$
186186

187187

188188
**Remark:** The "free functions" `evaluate`, `N`, `simplify`, `assign`, `expand`, `expandAll`, `factor`, and `solve`
189-
try to recognize (or parse) a string input as LaTeX code, and if parsing is successful,
190-
then (more or less) the processing pipeline in applied: `$expr ==> parse-latex() ==> &func() ==> to-latex()`.
189+
verify (by parsing) is a string input a valid LaTeX code, and if the verification is successful,
190+
then (more or less) the following processing pipeline in applied: `$expr ==> parse-latex() ==> &func() ==> to-latex()`.
191191

192192
Using assignment for repeated expression evaluation:
193193

0 commit comments

Comments
 (0)