File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class CountingSemaphore {
28
28
29
29
if ( isMainThread ) {
30
30
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
32
32
const semaphore = new CountingSemaphore ( buffer , 0 , 10 ) ;
33
33
console . dir ( { semaphore : semaphore . counter [ 0 ] } ) ;
34
34
for ( let i = 0 ; i < 20 ; i ++ ) {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class CountingSemaphore {
33
33
34
34
if ( isMainThread ) {
35
35
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
37
37
const semaphore = new CountingSemaphore ( buffer , 0 , 10 ) ;
38
38
console . dir ( { semaphore : semaphore . counter [ 0 ] } ) ;
39
39
for ( let i = 0 ; i < 20 ; i ++ ) {
You can’t perform that action at this time.
0 commit comments