Skip to content

Commit

Permalink
Fixing typo (hadley#1313)
Browse files Browse the repository at this point in the history
* Fixing typo

* Update logicals.qmd

---------

Co-authored-by: Mine Cetinkaya-Rundel <[email protected]>
  • Loading branch information
davidrsch and mine-cetinkaya-rundel authored Feb 28, 2023
1 parent 9887705 commit e3cb556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logicals.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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!
```

Expand Down

0 comments on commit e3cb556

Please sign in to comment.