Skip to content

Commit 902a922

Browse files
committed
docs:Better explanations.
1 parent b5def72 commit 902a922

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ MathJSON expressions can be converted to LaTeX with `to-latex`:
169169
_ ==> to-latex()
170170
```
171171

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ _ ==> to-latex()
185185
$a^2+b^2-2ab$
186186

187187

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

0 commit comments

Comments
 (0)