Skip to content

Duplicated description for < and <= comparator rule functions #7

@aSemy

Description

@aSemy

The rules for both < and <= both say First argument is less than the second.

# * (<)
# First argument is less than the second.
#
# * (<=)
# First argument is less than the second.

I presume this is a mistake, and it should be:

  #   * (<)
  #     First argument is less than the second.
  #
  #   * (<=)
-  #     First argument is less than the second.
+  #     First argument is less than or equal to the second.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions