From f6b561ebde31b739c29d1142deed3dae2396ce82 Mon Sep 17 00:00:00 2001 From: glyph Date: Tue, 22 Nov 2022 09:49:49 +0200 Subject: [PATCH] clarify tangles.thread doc comment --- src/api/tangles.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/tangles.rs b/src/api/tangles.rs index c72d525..cfca04e 100644 --- a/src/api/tangles.rs +++ b/src/api/tangles.rs @@ -1,4 +1,5 @@ -//! Take a message reference and return a stream of all messages in the thread. +//! Take a reference to the root message of a thread and return a stream of all +//! messages in the thread. This includes the root message and all replies. //! //! Implements the following methods: //!