mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
add codespell action (#18818)
Original work here, #18474, refixed and updated.
This commit is contained in:
@@ -202,7 +202,7 @@ type Between struct {
|
||||
}
|
||||
|
||||
// In represents the RHS of an IN expression. The RHS can be a list-literal
|
||||
// (i.e. enclosed in parantheses like `IN (1,2,4)`) or it could be a JSON path
|
||||
// (i.e. enclosed in parentheses like `IN (1,2,4)`) or it could be a JSON path
|
||||
// expression (as in `8.5 IN s.nested[*][*]`). Specifically, it cannot be an
|
||||
// `Expression` as an expression can never evaluate to a list.
|
||||
type In struct {
|
||||
|
||||
Reference in New Issue
Block a user