Skip to content

Commit

Permalink
Fix a typo in docs (wrong closing quote) (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Oct 16, 2023
1 parent de0b935 commit d6bbf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export interface ISharedText extends ISharedBase {
setSource(value: string): void;

/**
* Replace content from `start' to `end` with `value`.
* Replace content from `start` to `end` with `value`.
*
* @param start: The start index of the range to replace (inclusive).
* @param end: The end index of the range to replace (exclusive).
Expand Down

0 comments on commit d6bbf3c

Please sign in to comment.