Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90ebda4

Browse files
committed
shema fix
1 parent e4803e2 commit 90ebda4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Week2/REVIEW.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ This review covers:
2121

2222
#### AND `&&`
2323

24-
|`&&`|0|1|
25-
|----|-|-|
24+
| `&&` |0|1|
25+
|------|-|-|
2626
|0|0|0|
2727
|1|0|1|
2828

2929
#### OR `||`
3030

31-
|`||`|0|1|
32-
|----|-|-|
31+
| `||` |0|1|
32+
|------|-|-|
3333
|0|0|1|
3434
|1|1|1|
3535

0 commit comments

Comments
 (0)