Skip to content

Commit

Permalink
rename msg error
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Aug 9, 2023
1 parent 1daa4cd commit 746a10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bropkg/engine/handlers/pSelector.nim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc parseMultiSelector(p: var Parser, node: Node) =
add selectors, selectorIdent
walk p
else:
errorWithArgs(DuplicateSelector, p.curr, [selectorIdent])
errorWithArgs(duplicateSelector, p.curr, [selectorIdent])
node.multipleSelectors = selectors
setLen(selectors, 0)
if p.lastParent != nil:
Expand Down

0 comments on commit 746a10b

Please sign in to comment.