mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed an OVERVIEW typo
This commit is contained in:
+1
-1
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user