Skip to content

Commit

Permalink
fix typo, use consistent terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoffald committed Oct 25, 2023
1 parent 6eddc33 commit 80bbb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluree/db/validation.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
[:map ::where-map]
[:tuple ::where-tuple]]
::filter [:sequential {:error/message "Filter must be a function call wrapped in a vector"} ::function]
::optional [:orn {:error/message "Invalid optional, must be a signle where pattern or vector of where patterns."}
::optional [:orn {:error/message "Invalid optional, must be a single where clause or vector of where clauses."}
[:single ::where-pattern]
[:collection [:sequential ::where-pattern]]]
::union [:sequential [:sequential ::where-pattern]]
Expand Down

0 comments on commit 80bbb5a

Please sign in to comment.