Skip to content

Commit

Permalink
chore: fix double pipe rendering for respec (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins authored Jul 3, 2024
1 parent 91fec40 commit cffe02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Operator | Description
`!=`| Not equal
`!`| Not
`&&`| And
`\|\|`| Or
<code>\|\|</code>| Or
`()`| Logical Grouping
`[]`| Index (0-based)
`.`| Property de-reference
Expand Down

0 comments on commit cffe02a

Please sign in to comment.