mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-02 18:01:05 +00:00
conflicts: fix a typo (lossy conflict -> lossy conversion)
This commit is contained in:
parent
eb4f6a2c92
commit
bbbae2c172
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ impl Conflict<Option<TreeValue>> {
|
|||
}
|
||||
|
||||
/// Creates a `backend::Conflict` from a `Conflict` by dropping `None`
|
||||
/// values. Note that the conflict is lossy: the order of `None` values is
|
||||
/// values. Note that the conversion is lossy: the order of `None` values is
|
||||
/// not preserved when converting back to a `Conflict`.
|
||||
pub fn to_backend_conflict(&self) -> backend::Conflict {
|
||||
let removes = self
|
||||
|
|
Loading…
Reference in a new issue