Skip to content

Commit

Permalink
Add missing word in manifest warning (#54802)
Browse files Browse the repository at this point in the history
Noticed while looking at #54779.

(cherry picked from commit d9a0c25)
  • Loading branch information
christiangnrd authored and KristofferC committed Jun 22, 2024
1 parent b12f4e1 commit 639f62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ function collect_manifest_warnings()
end
if !isempty(dev_manifests)
msg *= """
- Note that the following manifests in the load path were resolved a potentially
- Note that the following manifests in the load path were resolved with a potentially
different DEV version of the current version, which may be the cause of the error.
Try to re-resolve them in the current version, or consider deleting them if that fails:
$(join(dev_manifests, "\n "))
Expand Down

0 comments on commit 639f62e

Please sign in to comment.