From 36fd64533eb8142501297a8dd7b264ca4510eb93 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 6 Jan 2020 12:53:09 -0400 Subject: [PATCH] improve comment --- Types/RemoteState.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Types/RemoteState.hs b/Types/RemoteState.hs index 6e3cd23b74..aef102a7d4 100644 --- a/Types/RemoteState.hs +++ b/Types/RemoteState.hs @@ -9,7 +9,7 @@ module Types.RemoteState where import Types.UUID -{- When per-remote state, its UUID is used to identify it. +{- When there is per-remote state, remotes are identified by UUID. - - However, sameas remotes mean that two different Remote implementations - can be used for the same underlying data store. To avoid them using