Skip to content

Commit

Permalink
Update vignettes/glue.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
  • Loading branch information
jennybc and hadley committed Aug 28, 2024
1 parent b078e9b commit e593e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/glue.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library(glue)

## Gluing and interpolating

`glue()` can be used to glue together some pieces of text:
`glue()` can be used to glue together pieces of text:

```{r}
glue("glue ", "some ", "text ", "together")
Expand Down

0 comments on commit e593e1d

Please sign in to comment.