Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
moon0326 committed Feb 29, 2024
1 parent d48f340 commit f9b3cf2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -190,7 +190,8 @@ onboarding profile:

#### range

`range` operator can check if a number falls within a certain range
`range` operator performs an inclusive check to determine if a number falls within a certain range.
This means that both the 'from' and 'to' values of the specified range are included in the check.

The following rule returns true when `woocommerce_remote_variant_assignment` value is between 1 and 10.

Expand Down

0 comments on commit f9b3cf2

Please sign in to comment.