From e81e43b8296b6db995f0da1771af86f85986ce5f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Dec 2020 13:12:52 -0400 Subject: [PATCH] improve comment --- Types/Remote.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Types/Remote.hs b/Types/Remote.hs index 2811f732ac..7b5f1ac0e5 100644 --- a/Types/Remote.hs +++ b/Types/Remote.hs @@ -63,9 +63,9 @@ data RemoteTypeA a = RemoteType , configParser :: RemoteConfig -> a RemoteConfigParser -- initializes or enables a remote , setup :: SetupStage -> Maybe UUID -> Maybe CredPair -> RemoteConfig -> RemoteGitConfig -> a (RemoteConfig, UUID) - -- check if a remote of this type is able to support export + -- check if a remote of this type is able to support export of trees , exportSupported :: ParsedRemoteConfig -> RemoteGitConfig -> a Bool - -- check if a remote of this type is able to support import + -- check if a remote of this type is able to support import of trees , importSupported :: ParsedRemoteConfig -> RemoteGitConfig -> a Bool } -- 2.30.2