Fix docstrings
This commit is contained in:
parent
502ebab132
commit
babdd10fba
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//! A [`BlockProvider`] for message trees.
|
||||
//! A [`Renderer`] for message trees.
|
||||
|
||||
use std::convert::Infallible;
|
||||
|
||||
|
|
@ -100,8 +100,8 @@ where
|
|||
S: MsgStore<M> + Send + Sync,
|
||||
S::Error: Send,
|
||||
{
|
||||
/// You must call [`Self::prepare_blocks`] immediately after calling
|
||||
/// this function.
|
||||
/// You must call [`Self::prepare_blocks_for_drawing`] immediately after
|
||||
/// calling this function.
|
||||
pub fn new(
|
||||
context: TreeContext<M::Id>,
|
||||
store: &'a S,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue