We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab4e97 commit 4619a59Copy full SHA for 4619a59
docs/cli.md
@@ -95,7 +95,7 @@ Each line of the graph file should represent an edge, adhering to the following
95
- `<EDGE_LABEL>` is the label associated with the edge.
96
- `[LABEL_INDEX]` is an optional index for labels with subscripts, indicating the subscript value.
97
- Symbols must be separated by whitespace
98
-- Labels with subscripts must end with "\_i". For example, an edge $1 \xrightarrow{x_10} 2$ is denoted as `1 2 x_i 10`.
+- Labels with subscripts must end with "\_i". For example, an edge $1 \xrightarrow{x_9} 2$ is denoted as `1 2 x_i 9`.
99
100
### Example
101
```
0 commit comments