diff --git a/grovedb/src/query/mod.rs b/grovedb/src/query/mod.rs index 7bc41227..a0e67b4d 100644 --- a/grovedb/src/query/mod.rs +++ b/grovedb/src/query/mod.rs @@ -134,7 +134,7 @@ impl PathQuery { Self { path, query } } - /// The max depth od the query, this is the maximum layers we could get back + /// The max depth of the query, this is the maximum layers we could get back /// from grovedb pub fn max_depth(&self) -> u32 { self.query.query.max_depth()