Skip to content

Commit c7ec8af

Browse files
committed
Merge branch 'main' into fallbacks
2 parents ec77d19 + de036ab commit c7ec8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/fallback.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The `last_rel()` function shows the last relation that has been materialized:
8888
duckplyr::last_rel()
8989
```
9090

91-
It is NULL because nothing has been computed yet.
91+
It is `NULL` because nothing has been computed yet.
9292
Converting the object to a data frame triggers the computation:
9393

9494
```{r}

0 commit comments

Comments
 (0)