Skip to content

Commit 636fe4d

Browse files
committed
chore: remove outdated comment
1 parent 8354388 commit 636fe4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Rego/Builtins/Numbers.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ extension BuiltinFuncs {
5151
}
5252

5353
guard stepValue > 0 else {
54-
// Golang error is different: step must be a positive number above zero.
55-
// But positive number is by definition above zero...
56-
// so using a different error message.
57-
// Compliance tests still pass
5854
throw BuiltinError.evalError(msg: "step must be a positive integer")
5955
}
6056

0 commit comments

Comments
 (0)