spelling: can

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-09-28 13:47:41 -04:00 committed by jcamiel
parent 1c028dd598
commit b8c6c17a30
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -45,7 +45,7 @@
//! - _ (underscore)
//!
//! Filters can be applied to element of an array with the `?(@.key PREDICATE)` notation.
//! The key can can specify one or more levels.
//! The key can specify one or more levels.
//! For example, `.price.US` specify field 'US' in an object for the field price.
//! The predicate if not present just checks the key existence.
//!