Skip to content

Commit 371c382

Browse files
dajmcdondsweber2
andauthored
Update R/layer_quantile_distn.R
Co-authored-by: David Weber <[email protected]>
1 parent 8d76b25 commit 371c382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/layer_quantile_distn.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ slather.layer_quantile_distn <-
8080
dstn <- components$predictions$.pred
8181
if (!inherits(dstn, "quantile_pred")) {
8282
cli_abort(
83-
"`layer_quantile_distn()` requires or quantile
83+
"`layer_quantile_distn()` requires quantile
8484
predictions. These are of class {.cls {class(dstn)}}."
8585
)
8686
}

0 commit comments

Comments
 (0)