mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 16:53:25 +00:00
merged_tree: slightly adjust doc comment of inner trees() helpers
This commit is contained in:
parent
4931b2ba04
commit
0ca6f00421
1 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@ impl<'matcher> TreeDiffIterator<'matcher> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Gets the given tree if `value` is a tree, otherwise an empty tree.
|
||||
/// Gets the given trees if `values` are trees, otherwise an empty tree.
|
||||
fn trees(
|
||||
store: &Arc<Store>,
|
||||
dir: &RepoPath,
|
||||
|
@ -951,7 +951,7 @@ impl<'matcher> TreeDiffStreamImpl<'matcher> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Gets the given tree if `value` is a tree, otherwise an empty tree.
|
||||
/// Gets the given trees if `values` are trees, otherwise an empty tree.
|
||||
async fn trees(
|
||||
store: Arc<Store>,
|
||||
dir: RepoPathBuf,
|
||||
|
|
Loading…
Reference in a new issue