mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Scheduling profiler: Fix typo in View.js (#22337)
This commit is contained in:
@@ -58,7 +58,7 @@ export class View {
|
||||
_needsDisplay = true;
|
||||
|
||||
/**
|
||||
* Whether the heirarchy below this view has subviews that need display.
|
||||
* Whether the hierarchy below this view has subviews that need display.
|
||||
*
|
||||
* NOTE: Do not set directly! Use `setSubviewsNeedDisplay`.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user