Skip to content

Commit b47837e

Browse files
authored
docs: mark locations in Libdl.find_library as optional (#48193)
These location argument is optional, but were not marked as such in the `find_library` doc strings.
1 parent cb74765 commit b47837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/libdl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function dlclose(p::Nothing)
185185
end
186186

187187
"""
188-
find_library(names, locations)
188+
find_library(names [, locations])
189189
190190
Searches for the first library in `names` in the paths in the `locations` list,
191191
`DL_LOAD_PATH`, or system library paths (in that order) which can successfully be dlopen'd.

0 commit comments

Comments
 (0)