Skip to content

Commit

Permalink
Merge branch 'feat/pathqueryDepth' of github.com:dashevo/grovedb into…
Browse files Browse the repository at this point in the history
… feat/pathqueryDepth
  • Loading branch information
QuantumExplorer committed Aug 20, 2024
2 parents e8843ee + a5302fc commit a7e988b
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
/// If the max depth can not be calculated we get None
/// This would occur if the recursion level was too high
Expand Down

0 comments on commit a7e988b

Please sign in to comment.