Skip to content

Commit

Permalink
It's Concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Oct 24, 2018
1 parent 0cc50b6 commit b5539ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/unstable-async/time-slicing/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class App extends PureComponent {
<div className="rendering">
{this.renderOption('sync', 'Synchronous')}
{this.renderOption('debounced', 'Debounced')}
{this.renderOption('async', 'Asynchronous')}
{this.renderOption('async', 'Concurrent')}
</div>
<input
className={'input ' + this.state.strategy}
Expand Down

0 comments on commit b5539ad

Please sign in to comment.