Skip to content

Commit fcfb999

Browse files
MichaelHatherlytkelman
authored andcommitted
Remove atdoc_str from inline docs and reformat.
1 parent e8c9d44 commit fcfb999

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

base/pkg.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,11 @@ test(pkgs::AbstractString...; coverage::Bool=false) = cd(Entry.test,AbstractStri
370370

371371
dependents(packagename::AbstractString) = Reqs.dependents(packagename)
372372

373-
doc"""
373+
"""
374374
setprotocol!(proto)
375375
376-
Set the protocol used to access GitHub-hosted packages. Defaults to 'https', with a blank `proto` delegating the choice to the package developer.
376+
Set the protocol used to access GitHub-hosted packages. Defaults to 'https', with a blank
377+
`proto` delegating the choice to the package developer.
377378
"""
378379
setprotocol!(proto::AbstractString) = Cache.setprotocol!(proto)
379380

0 commit comments

Comments
 (0)