Fixing typo (#1313)
* Fixing typo * Update logicals.qmd --------- Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
This commit is contained in:
parent
9887705f43
commit
e3cb556344
|
@ -143,8 +143,8 @@ age_mary <- NA
|
|||
# We don't know how old John is
|
||||
age_john <- NA
|
||||
|
||||
# Are John and Mary the same age?
|
||||
age_john == age_john
|
||||
# Are Mary and John the same age?
|
||||
age_mary == age_john
|
||||
# We don't know!
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue