Skip to content

Commit

Permalink
lintdir() doc string rewording to remove asterisk sign
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroFrondelius committed Mar 5, 2017
1 parent b4593be commit 78dfe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function lintinclude(ctx::LintContext, file::AbstractString)
end

"""
Lint all \*.jl files at a given directory.
Lint all .jl ending files at a given directory.
Will ignore LintContext file and already included files.
"""
function lintdir{T<:AbstractString}(dir::T, ctx::LintContext=LintContext())
Expand Down

0 comments on commit 78dfe6c

Please sign in to comment.