Skip to content

Commit 8e9d960

Browse files
committed
'
1 parent 35ef07f commit 8e9d960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const variableB = 1;
3131
if(variableA == variableB){
3232
console.log('Las variables son iguales')
3333
}else{
34-
console.log('Las variables son diferentes)
34+
console.log('Las variables son diferentes')
3535
}
3636
```
3737

0 commit comments

Comments
 (0)