Skip to content

Commit

Permalink
doc: misc updates (#30837)
Browse files Browse the repository at this point in the history
* include docstrings from #30716, #30745 and #30747
in the manual, and misc cross references.

* fix doctest for =
  • Loading branch information
fredrikekre authored Jan 25, 2019
1 parent a670e09 commit e781c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clusterserialize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ end
clear!(syms, pids=workers(); mod=Main)
Clears global bindings in modules by initializing them to `nothing`.
`syms` should be of type `Symbol` or a collection of `Symbol`s . `pids` and `mod`
`syms` should be of type [`Symbol`](@ref) or a collection of `Symbol`s . `pids` and `mod`
identify the processes and the module in which global variables are to be
reinitialized. Only those names found to be defined under `mod` are cleared.
Expand Down

0 comments on commit e781c49

Please sign in to comment.