Skip to content

Commit 07dcc24

Browse files
update troubleshooting
1 parent 644a488 commit 07dcc24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/figs/small.png

3 KB
Loading

docs/source/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a guide to troubleshooting the most common issues in using Verse.
44

55

6-
## Unsuported Operations
6+
## Unsupported Operations
77

88
Even though the decision logic for mode transitions is written in Python, it is not run in the traditional sense. Verse takes the decision logic and parses it for analysis.
99

@@ -29,7 +29,7 @@ It is also highly recommended not to use else/elif statements.
2929

3030
If something is not supported, the parser will usually throw a "Not Supported" error message.
3131

32-
Since simulate_simple bypasses the parser, it may be able to handle code unsuported by the parser.
32+
Since simulate_simple bypasses the parser, it may be able to handle code unsupported by the parser.
3333

3434
In terms of formatting, you may nest if statements as follows:
3535

0 commit comments

Comments
 (0)