mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-12 07:24:11 +00:00
merge: fix copy-paste error in doc comment for adds()
This commit is contained in:
parent
f6d85c51cd
commit
99e6ff493a
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ impl<T> Merge<T> {
|
||||||
&self.removes
|
&self.removes
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The removed values, also called positive terms.
|
/// The added values, also called positive terms.
|
||||||
pub fn adds(&self) -> &[T] {
|
pub fn adds(&self) -> &[T] {
|
||||||
&self.adds
|
&self.adds
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue