Skip to content

Commit

Permalink
Update grovedb/src/query/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: fominok <[email protected]>
  • Loading branch information
QuantumExplorer and fominok authored Aug 20, 2024
1 parent 5de7dc2 commit a5302fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grovedb/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a5302fc

Please sign in to comment.