Skip to content

Commit 42c4755

Browse files
authored
Fix singular (#1534)
1 parent 6ca6d85 commit 42c4755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/rmd/tunable-args.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ get_param_list <- function(x) {
3131
param <- get_param_list(step)
3232
```
3333

34-
This step has `r length(param)` tuning parameters:
34+
This step has `r length(param)` tuning parameter`r ifelse(length(param) == 1, "", "s")`:
3535

3636
```{r}
3737
#| echo: false

0 commit comments

Comments
 (0)