aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/mru/topic.go
diff options
context:
space:
mode:
authorJavier Peletier <jm@epiclabs.io>2018-09-29 07:00:28 +0800
committerJavier Peletier <jm@epiclabs.io>2018-10-03 15:12:06 +0800
commitf1e86ad9cf0470051b7106ee83794d27276b528d (patch)
tree4a11bd2816200bac0a0e24a3b3c5c79db84e2bf4 /swarm/storage/mru/topic.go
parentbd1f7ebda27d57002b6a04a95812420a40117b3a (diff)
downloaddexon-f1e86ad9cf0470051b7106ee83794d27276b528d.tar
dexon-f1e86ad9cf0470051b7106ee83794d27276b528d.tar.gz
dexon-f1e86ad9cf0470051b7106ee83794d27276b528d.tar.bz2
dexon-f1e86ad9cf0470051b7106ee83794d27276b528d.tar.lz
dexon-f1e86ad9cf0470051b7106ee83794d27276b528d.tar.xz
dexon-f1e86ad9cf0470051b7106ee83794d27276b528d.tar.zst
dexon-f1e86ad9cf0470051b7106ee83794d27276b528d.zip
swarm/storage/mru: Renamed all identifiers to Feeds
Diffstat (limited to 'swarm/storage/mru/topic.go')
-rw-r--r--swarm/storage/mru/topic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/mru/topic.go b/swarm/storage/mru/topic.go
index f318a5593..5f5720ae2 100644
--- a/swarm/storage/mru/topic.go
+++ b/swarm/storage/mru/topic.go
@@ -29,7 +29,7 @@ import (
// TopicLength establishes the max length of a topic string
const TopicLength = storage.AddressLength
-// Topic represents what a resource talks about
+// Topic represents what a feed is about
type Topic [TopicLength]byte
// ErrTopicTooLong is returned when creating a topic with a name/related content too long