summaryrefslogtreecommitdiff
path: root/lib/Git/Annex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Git/Annex.pm')
-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