We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d654415 commit d9a0c25Copy full SHA for d9a0c25
base/loading.jl
@@ -2240,7 +2240,7 @@ function collect_manifest_warnings()
2240
end
2241
if !isempty(dev_manifests)
2242
msg *= """
2243
- - 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
2244
different DEV version of the current version, which may be the cause of the error.
2245
Try to re-resolve them in the current version, or consider deleting them if that fails:
2246
$(join(dev_manifests, "\n "))
0 commit comments