Skip to content

Commit 42d3d59

Browse files
authored
chore: fix move jsdoc typo (#291)
1 parent b42e611 commit 42d3d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default class MagicString {
170170
indentExclusionRanges: ExclusionRange | Array<ExclusionRange>;
171171

172172
/**
173-
* Moves the characters from `start and `end` to `index`.
173+
* Moves the characters from `start` and `end` to `index`.
174174
*/
175175
move(start: number, end: number, index: number): this;
176176
/**

0 commit comments

Comments
 (0)