Skip to content

Commit d6bbf3c

Browse files
authored
Fix a typo in docs (wrong closing quote) (#192)
1 parent de0b935 commit d6bbf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export interface ISharedText extends ISharedBase {
145145
setSource(value: string): void;
146146

147147
/**
148-
* Replace content from `start' to `end` with `value`.
148+
* Replace content from `start` to `end` with `value`.
149149
*
150150
* @param start: The start index of the range to replace (inclusive).
151151
* @param end: The end index of the range to replace (exclusive).

0 commit comments

Comments
 (0)