summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:41:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:41:58 -0700
commit12b270ea6f250c35eef627dbb135689cff92b1ca (patch)
tree6e7b4d0cdf5d3d5690a5af6c1713eba1bc64806b
parent9e44c51b844cb598dfdd617d893ab002b5a47816 (diff)
downloadp5-Git-Annex-12b270ea6f250c35eef627dbb135689cff92b1ca.tar.gz
avoid describing attributes as if they were methods
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--lib/Git/Annex.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Git/Annex.pm b/lib/Git/Annex.pm
index e7c7295..9449a7d 100644
--- a/lib/Git/Annex.pm
+++ b/lib/Git/Annex.pm
@@ -70,7 +70,7 @@ use namespace::clean;
=attr toplevel
-Returns the toplevel of the repository.
+The root of the repository.
=cut
@@ -78,7 +78,7 @@ has toplevel => (is => 'ro');
=attr git
-Returns an instance of L<Git::Wrapper> initialised in the repository.
+An instance of L<Git::Wrapper> initialised in the repository.
=cut