We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7c2e5 commit 980112bCopy full SHA for 980112b
packages/react-dom/src/server/ReactThreadIDAllocator.js
@@ -8,7 +8,7 @@
8
*/
9
10
// Allocates a new index for each request. Tries to stay as compact as possible so that these
11
-// indices can be used to reference a tightly packaged array. As opposed to being used in a Map.
+// indices can be used to reference a tightly packed array. As opposed to being used in a Map.
12
// The first allocated index is 1.
13
14
import invariant from 'shared/invariant';
0 commit comments