Skip to content

Commit

Permalink
fix retry_load_extensions docstring typo (#48530)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Feb 5, 2023
1 parent 4d9eb89 commit d3355d2
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 @@ -1217,7 +1217,7 @@ function run_extension_callbacks(; force::Bool=false)
end

"""
load_extensions()
retry_load_extensions()
Loads all the (not yet loaded) extensions that have their extension-dependencies loaded.
This is used in cases where the automatic loading of an extension failed
Expand Down

0 comments on commit d3355d2

Please sign in to comment.