Better docs
This commit is contained in:
parent
a1b3b61c43
commit
123d03fbed
2 changed files with 2 additions and 3 deletions
|
|
@ -13,9 +13,7 @@ use crate::{
|
|||
},
|
||||
};
|
||||
|
||||
/// Represents a change that can be applied to a text document.
|
||||
/// Operation is tied to a `ropey::Rope` and is mainly expected to be
|
||||
/// created by `EditedText`.
|
||||
/// Represents a change that can be applied on a `StringBuilder`.
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub enum Operation<T>
|
||||
|
|
|
|||
1
backend/reconcile/tests/examples/README.md
Normal file
1
backend/reconcile/tests/examples/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
The `|` characters denote cursor positions which are stripped before the actual reconcile logic is run
|
||||
Loading…
Add table
Add a link
Reference in a new issue