Skip to content

Commit

Permalink
Fix confused doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 30, 2024
1 parent fe9667c commit 00206d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/change.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class ChangeDesc {
/// Map this description, which should start with the same document
/// as `other`, over another set of changes, so that it can be
/// applied after it. When `before` is true, map as if the changes
/// in `other` happened before the ones in `this`.
/// in `this` happened before the ones in `other`.
mapDesc(other: ChangeDesc, before = false): ChangeDesc { return other.empty ? this : mapSet(this, other, before) }

/// Map a given position through these changes, to produce a
Expand Down

0 comments on commit 00206d6

Please sign in to comment.