Skip to content

Commit 6d95183

Browse files
tweak [ci skip]
1 parent c396646 commit 6d95183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/backend_api-SequentialFutureBackend-class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#' @export
2929
sequential <- function(..., envir = parent.frame()) {
3030
if (! "fiery" %in% loadedNamespaces()) {
31-
stop("The future::sequential() function implements the FutureBackend and should never be called directly. This will soon become defunct")
31+
stop("The future::sequential() function implements the FutureBackend and should never be called directly")
3232
}
3333
f <- Future(..., envir = envir)
3434
class(f) <- c("SequentialFuture", "UniprocessFuture", "Future")

0 commit comments

Comments
 (0)