Skip to content

Commit 4d878f7

Browse files
authored
Merge pull request #1545 from mdsumner/cas-small-typos
tar_repository_cas: small doc fixes 2x
2 parents 7b45d16 + a877f55 commit 4d878f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/tar_repository_cas.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#' to look up the current hash of `x`. If `tar_meta(x)$data` returns
4747
#' `"1fffeb09ad36e84a"`, then `tar_read(x)` returns the data from
4848
#' `my_cas/1fffeb09ad36e84a`. Files `my_cas/68328d833e6361d3` and
49-
#' and `my_cas/798af464fb2f6b30` are left over from previous values of `x`.
49+
#' `my_cas/798af464fb2f6b30` are left over from previous values of `x`.
5050
#'
5151
#' Because CAS accumulates historical data objects,
5252
#' it is ideal for data versioning and collaboration.
@@ -59,7 +59,7 @@
5959
#' The downside of CAS is the cost of accumulating many data objects
6060
#' over time. Most pipelines that use CAS
6161
#' should have a garbage collection system or retention policy
62-
#' to remove data objects when they no longer needed.
62+
#' to remove data objects when they are no longer needed.
6363
#'
6464
#' The [tar_repository_cas()] function lets you create your own CAS system
6565
#' for `targets`. You can supply arbitrary custom methods to upload,

0 commit comments

Comments
 (0)