Skip to content

Commit d73f0d0

Browse files
committed
minor docs fix
1 parent 4529c26 commit d73f0d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This demo allows running pymwp analysis on [example programs](examples.md) on the web.
2-
See the [tool user guide](https://statycc.github.io/.github/pymwp) for details on interpreting the tool outputs.
1+
This demo allows running pymwp analysis on [example programs](examples.md) on the web.
2+
Refer to the [tool user guide](https://statycc.github.io/.github/pymwp) for detailed explanations of how to interpret the results.
33

44
{%
55
include-markdown "assets/demo.html"

docs/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fig. 1: pymwp workflow
99

1010
Under the hood, pymwp is built from various modules.
1111
Each module has a specific role.
12-
For example, `Analysis` runs program analysis (i.e., the intermediate steps between input/output in Fig. 1);
12+
For example, `Analysis` runs program analysis (i.e., the intermediate steps between parser and output in Fig. 1);
1313
the `matrix` module contains matrix utilities, the `parser` is the front-end, etc.
1414

1515
This documentation section explains the internal behaviors of these building blocks.

0 commit comments

Comments
 (0)