Skip to content

Commit d9a0c25

Browse files
Add missing word in manifest warning (#54802)
Noticed while looking at #54779.
1 parent d654415 commit d9a0c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ function collect_manifest_warnings()
22402240
end
22412241
if !isempty(dev_manifests)
22422242
msg *= """
2243-
- Note that the following manifests in the load path were resolved a potentially
2243+
- Note that the following manifests in the load path were resolved with a potentially
22442244
different DEV version of the current version, which may be the cause of the error.
22452245
Try to re-resolve them in the current version, or consider deleting them if that fails:
22462246
$(join(dev_manifests, "\n "))

0 commit comments

Comments
 (0)