Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 601d87b

Browse files
committed
Update 05 - Elements.js
1 parent 2534efc commit 601d87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01 - Core/05 - Elements.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var Button_assignDefaults = React.createDefaultsFactory(Button);
8888
* POOLED MODE
8989
*
9090
* Pooled mode doesn't allocate any new objects. Instead it gets mutable objects
91-
* from an pool and reuses them. It overrides the props on the pooled object.
91+
* from a pool and reuses them. It overrides the props on the pooled object.
9292
*/
9393

9494
var P1 = React.createElementPool({

0 commit comments

Comments
 (0)