File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class CountingSemaphore {
2828
2929if ( isMainThread ) {
3030 const buffer = new SharedArrayBuffer ( 4 ) ;
31- // Try to change 10 to 2 at next lene to check solution
31+ // Try to change 10 to 2 at next line to check solution
3232 const semaphore = new CountingSemaphore ( buffer , 0 , 10 ) ;
3333 console . dir ( { semaphore : semaphore . counter [ 0 ] } ) ;
3434 for ( let i = 0 ; i < 20 ; i ++ ) {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class CountingSemaphore {
3333
3434if ( isMainThread ) {
3535 const buffer = new SharedArrayBuffer ( 4 ) ;
36- // Try to change 10 to 2 at next lene to check solution
36+ // Try to change 10 to 2 at next line to check solution
3737 const semaphore = new CountingSemaphore ( buffer , 0 , 10 ) ;
3838 console . dir ( { semaphore : semaphore . counter [ 0 ] } ) ;
3939 for ( let i = 0 ; i < 20 ; i ++ ) {
You can’t perform that action at this time.
0 commit comments