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.
  • Loading branch information
christiangnrd committed Jun 14, 2024
1 parent d654415 commit d9a0c25
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 @@ -2240,7 +2240,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 d9a0c25

Please sign in to comment.