From d848ab20068adad25741bc3af81f47940365b437 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Tue, 9 May 2023 15:42:46 -0400 Subject: [PATCH] Proper Boolean capitalization --- logicals.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logicals.qmd b/logicals.qmd index 8dbbe03..fae4462 100644 --- a/logicals.qmd +++ b/logicals.qmd @@ -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: >