Fixed an OVERVIEW typo

This commit is contained in:
Brian Vaughn
2019-04-19 07:54:30 -07:00
parent 5b0b9c9fbc
commit d7e8fccd1a
+1 -1
View File
@@ -80,7 +80,7 @@ For example, removing fibers with ids of 35 and 21:
```js
[
2, // remove operation
1, // number of removed fibers
2, // number of removed fibers
35, // first removed id
21, // second removed id
]