wording
This commit is contained in:
parent
cf83697c33
commit
904859d676
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ data RemoteA a = Remote {
|
||||||
name :: RemoteName,
|
name :: RemoteName,
|
||||||
-- Remotes have a use cost; higher is more expensive
|
-- Remotes have a use cost; higher is more expensive
|
||||||
cost :: Cost,
|
cost :: Cost,
|
||||||
-- Transfers a key to the remote.
|
-- Transfers a key's contents from disk to the remote.
|
||||||
storeKey :: Key -> AssociatedFile -> MeterUpdate -> a Bool,
|
storeKey :: Key -> AssociatedFile -> MeterUpdate -> a Bool,
|
||||||
-- Retrieves a key's contents to a file.
|
-- Retrieves a key's contents to a file.
|
||||||
-- (The MeterUpdate does not need to be used if it retrieves
|
-- (The MeterUpdate does not need to be used if it retrieves
|
||||||
|
|
Loading…
Add table
Reference in a new issue