Skip to content

Commit

Permalink
Fix typo in extension.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio authored and marijnh committed Dec 28, 2023
1 parent eb83b18 commit 4049ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export interface MeasureRequest<T> {
/// do anything that triggers DOM layout.
write?(measure: T, view: EditorView): void
/// When multiple requests with the same key are scheduled, only the
/// last one will actually be ran.
/// last one will actually be run.
key?: any
}

Expand Down

0 comments on commit 4049ed3

Please sign in to comment.