mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix typo (#8760)
It seems that the class name in comments should be CallbackQueue
This commit is contained in:
committed by
Dan Abramov
parent
2cb7637607
commit
cb82bc37b6
@@ -23,7 +23,7 @@ var invariant = require('invariant');
|
||||
* This implements `PooledClass`, so you should never need to instantiate this.
|
||||
* Instead, use `CallbackQueue.getPooled()`.
|
||||
*
|
||||
* @class ReactMountReady
|
||||
* @class CallbackQueue
|
||||
* @implements PooledClass
|
||||
* @internal
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user