mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-02 18:07:59 +00:00
fix a typo (#18715)
This commit is contained in:
@@ -280,7 +280,7 @@ const
|
||||
|
||||
proc notFoundError*(c: PContext, n: PNode, errors: CandidateErrors) =
|
||||
# Gives a detailed error message; this is separated from semOverloadedCall,
|
||||
# as semOverlodedCall is already pretty slow (and we need this information
|
||||
# as semOverloadedCall is already pretty slow (and we need this information
|
||||
# only in case of an error).
|
||||
if c.config.m.errorOutputs == {}:
|
||||
# fail fast:
|
||||
|
||||
Reference in New Issue
Block a user