From 12b270ea6f250c35eef627dbb135689cff92b1ca Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 10 Feb 2020 20:41:58 -0700 Subject: avoid describing attributes as if they were methods Signed-off-by: Sean Whitton --- lib/Git/Annex.pm | 4 ++-- 1 file 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 initialised in the repository. +An instance of L initialised in the repository. =cut -- cgit v1.2.3