From e10e8f9ef4175d2ab5920a639e55c744d3328fd7 Mon Sep 17 00:00:00 2001 From: matthewcornell Date: Tue, 12 Nov 2024 12:05:58 -0500 Subject: [PATCH] In contract -> In contrast --- vignettes/articles/connect_hub.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/articles/connect_hub.Rmd b/vignettes/articles/connect_hub.Rmd index 82f098f..637d01c 100644 --- a/vignettes/articles/connect_hub.Rmd +++ b/vignettes/articles/connect_hub.Rmd @@ -36,7 +36,7 @@ Both functions are also able to connect to files that are stored locally or in t Where multiple file formats are accepted in a single Hub, file format specific `FileSystemDataset`s are combined into a single `UnionDataset` for single point access to the entire Hub `model-output` dataset. This only applies to `connect_hub()` in fully configured Hubs, where config files can be used to determine a unifying schema across all file formats. -In contract, `connect_model_output()` can only be used to open single file format datasets of the format defined explicitly through the `file_format` argument. +In contrast, `connect_model_output()` can only be used to open single file format datasets of the format defined explicitly through the `file_format` argument. ```{r setup}