Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanunsal committed May 4, 2019
1 parent bc04608 commit 3570a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ All of the types and functions are created in that schema.
These operators have been implemented.

| Operator | Description | Notes | Result |
|-|-|-|
| -------- | ----------- | ----- | ------ |
| `=` | equal | All parameters match | `boolean` |
| `<>` | not equal | Any parameters don't match | `boolean` |
| `@>` | contains `rrule` | All occurrences generated by second rule would also be generated by first rule | `boolean` |
Expand All @@ -57,7 +57,7 @@ These operators have been implemented.
None of these operators have been implemented.

| Operator | Description | Notes | Result |
|-|-|-|
| -------- | ----------- | ----- | ------ |
| `=` | equal | True if all occurrences equal. | `boolean` |
| `<>` | not equal| True if any occurrences occur in one and not the other. | `boolean` |
| `<` | less than | True if all last occurrence of left is before first occurrence of right | `boolean` |
Expand Down

0 comments on commit 3570a6a

Please sign in to comment.