From a828f816c1cf886abc4235b67fd47213cf3117d0 Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Wed, 22 May 2019 00:26:09 -0700 Subject: [PATCH] fix format --- documentation/writing-policies-validate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/writing-policies-validate.md b/documentation/writing-policies-validate.md index 6b56910fc8..4044cd022d 100644 --- a/documentation/writing-policies-validate.md +++ b/documentation/writing-policies-validate.md @@ -29,8 +29,8 @@ A validation rule is expressed as an overlay pattern that expresses the desired | `>=` | greater than or equals to | | `<=` | less than or equals to | | `!` | not equals | -| `|` | logical or | -| `&` | logical and | +| \| | logical or | +| `&` | logical and | There is no operator for `equals` as providing a field value in the pattern requires equality to the value. @@ -66,4 +66,4 @@ Additional examples are available in [examples](/examples/) --- -*Read Next >> [Mutate](/documentation/writing-policies-mutate.md)* \ No newline at end of file +*Read Next >> [Mutate](/documentation/writing-policies-mutate.md)*