diff options
author | A-Walrus | 2022-07-06 02:49:54 +0000 |
---|---|---|
committer | GitHub | 2022-07-06 02:49:54 +0000 |
commit | 1378b911b63f4fdab7beba77de6d54f1dd070553 (patch) | |
tree | 4a0a72ede4d26d4f89732d8db348142eab4a69dc /docs | |
parent | b61221107068160c241858a530f6fa4144566122 (diff) |
Fix some typos (#2978)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 74f973b0..5d33cbac 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -32,7 +32,7 @@ represented by a `Selection`. Each `Range` in the selection consists of a moving a selection with a single range, with the head and the anchor in the same position. -Ropes are modified by constructing an OT-like `Transaction`. It's represents +Ropes are modified by constructing an OT-like `Transaction`. It represents a single coherent change to the document and can be applied to the rope. A transaction can be inverted to produce an undo. Selections and marks can be mapped over a transaction to translate to a position in the new text state after |