Skip to content

Commit

Permalink
rephrase comment (#16559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and trueadm committed Aug 29, 2019
1 parent 8a7c2e5 commit 980112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/server/ReactThreadIDAllocator.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// Allocates a new index for each request. Tries to stay as compact as possible so that these
// 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.
// The first allocated index is 1.

import invariant from 'shared/invariant';
Expand Down

0 comments on commit 980112b

Please sign in to comment.