Skip to content

Commit b4a5c1e

Browse files
GavinMendelGleasongitbook-bot
authored andcommitted
GitBook: [#53] No subject
1 parent 2cb3194 commit b4a5c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index/terminusx-db/how-to-guides/path-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The syntax of path expressions, for expressions `A`, `B` and fields `F` is as fo
1313
| Expression | Example | Name | Description |
1414
| ---------- | ------------- | -------- | ---------------------------------------------------------------- |
1515
| `A,B` | `friend,name` | Sequence | First follow expression `A`, then from that node expression `B` |
16-
| \`A | B\` | \`friend | foe\` |
16+
| `A\|B` | `friend\|foe` | Choice | Follow expression `A` or expression `B` |
1717
| `F+` | `friend+` | Plus | Follow the field `F` any number of times, but at least once |
1818
| `F*` | `friend*` | Star | Follow the field `F` any number of times, including zero |
1919
| `.` | `.` | Any | Follow any field `F` regardless of name |

0 commit comments

Comments
 (0)