clarify tangles.thread doc comment

This commit is contained in:
glyph 2022-11-22 09:49:49 +02:00
parent 8dac8b1a62
commit f6b561ebde
1 changed files with 2 additions and 1 deletions

View File

@ -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:
//!