Skip to content

Commit

Permalink
Update jep-019-pipe-expressions-evaluation.md
Browse files Browse the repository at this point in the history
Fixed markdown rendering typo.
  • Loading branch information
springcomp authored Mar 16, 2023
1 parent 6be774b commit 16da255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jep-019-pipe-expressions-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ result = search(right-expression, left-evaluation)
| Expression | Result
|---|----
| `` `null` . [@] `` | `null`
| `` `null` `| [@] `` | `[ null ]`
| `` `null` \| [@] `` | `[ null ]`

## Compliance

Expand Down

0 comments on commit 16da255

Please sign in to comment.