Skip to content

Commit 036cd8c

Browse files
moschmdtgarfieldnate
authored andcommitted
Add review requests
1 parent ce05306 commit 036cd8c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/reference/cli/cmd_chunk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Note that it is still possible to detect that your agent may have encountered a
127127
known source of a correctness issue by looking at the output of the chunk
128128
stats command. It has specific statistics for some of the sources, while others
129129
can be gleaned indirectly. For example, if the stats show that some rules
130-
required repair, you know that your agent testing or augmenting a previous
130+
required repair, you know that your agent is testing or augmenting a previous
131131
result in a substate.
132132

133133
### chunk allow-local-negations

docs/reference/cli/cmd_explain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ detected or whether it required repair to make it fully operational.
357357
358358
Finally, the explainer will also create the data necessary to visualize all of
359359
the processing described in an image using the new ’visualize’ command. These
360-
visualization are the easiest way to quickly understand how a rule was formed.
360+
visualizations are the easiest way to quickly understand how a rule was formed.
361361
362362
Note that, despite recording so much information, a lot of effort has been put
363363
into minimizing the cost of the explainer. When debugging, we often let it

docs/reference/cli/cmd_visualize.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@ file type. This feature has not been tested extensively on other platforms.
145145
Certain systems may not allow Soar to launch an external program.
146146

147147
???+ note
148-
For the visualizer to work, you must have Graphviz and DOT installed, which are
149-
free third-party tools, and both must be available on your path. To date, the
150-
visualizer has only been tested on Mac and Linux. It is possible that certain
151-
systems may not allow Soar to launch an external program.
148+
For the visualizer to work, you must have [Graphviz](https://graphviz.org/)
149+
and `dot` installed, which are free third-party tools, and both must be
150+
available on your path. To date, the visualizer has only been tested on Mac
151+
and Linux. It is possible that certain systems may not allow Soar to launch
152+
an external program.
152153

153154
## See Also
154155

0 commit comments

Comments
 (0)