Skip to content

Commit

Permalink
Typos on pci/register docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Nov 23, 2024
1 parent a17ac0a commit faa0e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/com/wsscode/pathom3/connect/indexes.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@
Resolver: adds a single resolver
Mutation: adds a single mutation
Map: assumes its a map containing indexes, merges in using merge-indexes functionality
Sequentials: a vector containing any of the operators (including other sequentials)"
Map: assumes it is a map containing indexes, merges in using merge-indexes functionality
Sequential: a vector containing any of the operators (including other sequentials)"
([operation-or-operations]
[::operations => ::indexes]
(register {} operation-or-operations))
Expand Down

0 comments on commit faa0e93

Please sign in to comment.