Comment docs fix

This commit is contained in:
Dave Hrycyszyn
2024-05-30 15:51:05 +01:00
parent 3120ceee5d
commit 3954a787e6

View File

@@ -417,7 +417,7 @@ pub trait IntoCrdtNode<T>: Sized {
fn into_node(self, id: AuthorId, path: Vec<PathSegment>) -> Result<T, String>;
}
/// [`CrdtNodeFromValue`] implies [`IntoCRDTNode<T>`]
/// [`CrdtNodeFromValue`] implies [`IntoCrdtNode<T>`]
impl<T> IntoCrdtNode<T> for JsonValue
where
T: CrdtNodeFromValue,