Skip to content

Commit

Permalink
use imperative in docstring
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tkelman committed Aug 3, 2017
1 parent 6457071 commit d796f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/libgit2/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
"""
LibGit2.is_passphrase_required(private_key) -> Bool
Returns `true` if the `private_key` file requires a passphrase, `false` otherwise.
Return `true` if the `private_key` file requires a passphrase, `false` otherwise.
"""
function is_passphrase_required(private_key::AbstractString)
!isfile(private_key) && return false
Expand Down

0 comments on commit d796f00

Please sign in to comment.