From e6c7e29b7f9adf853e5ad6a42d89c6f703b49bd7 Mon Sep 17 00:00:00 2001 From: James Haydon Date: Tue, 15 Jan 2019 14:51:35 +0100 Subject: [PATCH] Update src/Radicle/Internal/MachineBackend/Ipfs.hs Co-Authored-By: geigerzaehler --- src/Radicle/Internal/MachineBackend/Ipfs.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Radicle/Internal/MachineBackend/Ipfs.hs b/src/Radicle/Internal/MachineBackend/Ipfs.hs index 5b651fda4..7074ec0ce 100644 --- a/src/Radicle/Internal/MachineBackend/Ipfs.hs +++ b/src/Radicle/Internal/MachineBackend/Ipfs.hs @@ -1,7 +1,7 @@ -- | This module implements an IPFS machine backend. -- -- Radicle Machines are identified by IPNS IDs. The IPNS ID of a --- machine points to a linked listed of expressions encoded as content +-- machine points to a linked list of expressions encoded as content -- addressed IPLD documents and stored in IPFS’s DAG API. The nodes of -- linked lists are represented by 'MachineEntry'. The corresponding -- IPLD documents have the following shape.