Skip to content

Commit

Permalink
Remove redundant also
Browse files Browse the repository at this point in the history
Co-Authored-By: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
rartino and CasperWA authored Dec 23, 2019
1 parent 7a3887e commit 3114ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ Implementations MUST support comparisons in the forms::

Where :filter-fragment:`identifier` is a property name and :filter-fragment:`constant` is either a numerical or string type constant.

Implementations MAY also support comparisons with identifiers also on both sides, and comparisons with numerical type constants on both sides, i.e., in the forms::
Implementations MAY also support comparisons with identifiers on both sides, and comparisons with numerical type constants on both sides, i.e., in the forms::

identifier <operator> identifier
constant <operator> constant
Expand Down

0 comments on commit 3114ef1

Please sign in to comment.