You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/troubleshooting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This is a guide to troubleshooting the most common issues in using Verse.
4
4
5
5
6
-
## Unsuported Operations
6
+
## Unsupported Operations
7
7
8
8
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.
9
9
@@ -29,7 +29,7 @@ It is also highly recommended not to use else/elif statements.
29
29
30
30
If something is not supported, the parser will usually throw a "Not Supported" error message.
31
31
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.
33
33
34
34
In terms of formatting, you may nest if statements as follows:
0 commit comments