Skip to content

Commit ee9cfc3

Browse files
committed
docs: fix pipes in tables
1 parent 9ac495d commit ee9cfc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The following types have additional operators:
101101
| @> | contains: `JSON` | Contains the specified JSON. |
102102
| ? | containsKey: `String` | Contains the specified key. |
103103
| ?& | containsAllKeys `[String]` | Contains all of the specified keys. |
104-
| ?| | containsAnyKeys: `[String]` | Contains any of the specified keys. |
104+
| ?\| | containsAnyKeys: `[String]` | Contains any of the specified keys. |
105105
| <@ | containedBy: `JSON` | Contained by the specified JSON. |
106106

107107
#### KeyValueHash (`hstore`)
@@ -111,7 +111,7 @@ The following types have additional operators:
111111
| @> | contains: `KeyValueHash` | Contains the specified KeyValueHash. |
112112
| ? | containsKey: `String` | Contains the specified key. |
113113
| ?& | containsAllKeys `[String]` | Contains all of the specified keys. |
114-
| ?| | containsAnyKeys: `[String]` | Contains any of the specified keys. |
114+
| ?\| | containsAnyKeys: `[String]` | Contains any of the specified keys. |
115115
| <@ | containedBy: `KeyValueHash` | Contained by the specified KeyValueHash. |
116116

117117
#### String
@@ -154,7 +154,7 @@ Range fields have the same operators as scalar fields, plus the following range
154154
| >> | strictlyRightOf: `T` | Strictly right of the specified range. |
155155
| &< | notExtendsRightOf: `T` | Does not extend right of the specified range. |
156156
| &> | notExtendsLeftOf: `T` | Does not extend left of the specified range. |
157-
| -|- | adjacentTo: `T` | Adjacent to the specified range. |
157+
| -\|- | adjacentTo: `T` | Adjacent to the specified range. |
158158

159159
where `T` is the type of the range field being filtered and `E` is the element type of the range.
160160

0 commit comments

Comments
 (0)