Skip to content

Commit f3c4c16

Browse files
committed
fix typo
1 parent 4d79eb5 commit f3c4c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_targets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tar_option_set(
5858
# retrieval - the worker loads the target's dependencies.
5959
retrieval = "worker",
6060
# memory - default option: the target stays in memory until the end of the pipeline
61-
memory = "persisent",
61+
memory = "persistent",
6262
# controller - A controller or controller group object produced by the crew R package
6363
controller = controller
6464
)

0 commit comments

Comments
 (0)