Skip to content

Commit 980112b

Browse files
jamesgeorge007trueadm
authored andcommitted
rephrase comment (#16559)
1 parent 8a7c2e5 commit 980112b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/server/ReactThreadIDAllocator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
// 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.
11+
// indices can be used to reference a tightly packed array. As opposed to being used in a Map.
1212
// The first allocated index is 1.
1313

1414
import invariant from 'shared/invariant';

0 commit comments

Comments
 (0)