Proper Boolean capitalization

This commit is contained in:
mine-cetinkaya-rundel 2023-05-09 15:42:46 -04:00
parent 45aee03c4b
commit d848ab2006
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ For example, `df |> filter(!is.na(x))` finds all rows where `x` is not missing a
#| echo: false
#| out-width: NULL
#| fig-cap: >
#| The complete set of boolean operations. `x` is the left-hand
#| The complete set of Boolean operations. `x` is the left-hand
#| circle, `y` is the right-hand circle, and the shaded region show
#| which parts each operator selects.
#| fig-alt: >