Skip to content

Commit

Permalink
remove silly example
Browse files Browse the repository at this point in the history
  • Loading branch information
sovdeeth committed Oct 31, 2023
1 parent dcb4e20 commit d0e7648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

@Name("Special Number")
@Description("Special number values, namely NaN, Infinity and -Infinity")
@Examples({"if {_number} is NaN value:"})
@Examples({"if {_number} is infinity value:"})
@Since("2.2-dev32d")
public class ExprSpecialNumber extends SimpleExpression<Number> {
private int value;
Expand Down

0 comments on commit d0e7648

Please sign in to comment.