Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Sep 8, 2023
1 parent f0fc181 commit 87f24b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StabilityCheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ is_stable_module_aux(mod::Module, root::Module, seen::Set{Module}, scfg::SearchC
showerror(stdout, e)
# not our problem, so proceed as usual
elseif e isa CantSplitMethod
@warn "Can't process method with no canonical instance:\n$m"
@warn "Can't process method with no canonical instance:\n"
# cf. comment in `split_method`
else
throw(e)
Expand Down

0 comments on commit 87f24b5

Please sign in to comment.