Skip to content

Commit 634d205

Browse files
authoredOct 16, 2022
chore: update readme (#228)
1 parent e9b2ea2 commit 634d205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Returns true if the resulting source is empty (disregarding white space).
147147

148148
**DEPRECATED** since 0.10 – see [#30](https://github.com/Rich-Harris/magic-string/pull/30)
149149

150-
### s.move( start, end, newIndex )
150+
### s.move( start, end, index )
151151

152152
Moves the characters from `start` and `end` to `index`. Returns `this`.
153153

0 commit comments

Comments
 (0)
Please sign in to comment.