From 168466117566eb8bbfc6b72adc52a39b5c5d6f8f Mon Sep 17 00:00:00 2001 From: Zeki Akyol <40212849+zekiakyol@users.noreply.github.com> Date: Sat, 26 Nov 2022 17:57:59 +0300 Subject: [PATCH] Fix typo (#1153) --- functions.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.qmd b/functions.qmd index dd0aa50..c6bb2bc 100644 --- a/functions.qmd +++ b/functions.qmd @@ -618,7 +618,7 @@ While our examples have mostly focused on dplyr, tidy evaluation also underpins flights |> filter_severe(hours = 2) ``` - 4. Summarizes the weather to compute the minum, mean, and maximum, of a user supplied variable: + 4. Summarizes the weather to compute the minimum, mean, and maximum, of a user supplied variable: ```{r} #| eval: false