Skip to content

Commit 1e10416

Browse files
authored
Update README.md
1 parent e426560 commit 1e10416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/065-or/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `065` or
22

3-
In this exercise, we are going to replicate the behavior of the OR operator `||` without actually using the operator itself. Do you remember how it works?
3+
In this exercise, we are going to replicate the behavior of the logical operator OR `||` without actually using the operator itself. Do you remember how it works?
44

55
## 📝 Instructions:
66

0 commit comments

Comments
 (0)