Fixed typo (#1369)

This commit is contained in:
Jonathan Kitt 2023-03-15 16:01:00 +01:00 committed by GitHub
parent 4e250d44cd
commit cb10b6c89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ df <- tribble(
"Marvin", "nectarine",
"Terence", "cantaloupe",
"Terence", "papaya",
"Terence", "madarin"
"Terence", "mandarin"
)
df |>
group_by(name) |>