diff --git a/shardtree/src/tree.rs b/shardtree/src/tree.rs
index 97ecbb2..b0e4b1f 100644
--- a/shardtree/src/tree.rs
+++ b/shardtree/src/tree.rs
@@ -199,7 +199,7 @@ pub struct LocatedTree {
impl LocatedTree {
/// Constructs a new LocatedTree from its constituent parts.
///
- /// Returns the newly constructed error, or the address at which the provided tree extends
+ /// Returns the newly constructed LocatedTree, or the address at which the provided tree extends
/// beyond the position range of the provided root address.
pub fn from_parts(root_addr: Address, root: Tree) -> Result {
// In order to meet various pre-conditions throughout the crate, we require that