Skip to content

Commit 45abff8

Browse files
committed
docs: fix typo #660
1 parent 381b4fb commit 45abff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/demo.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ hyper_names(adstock = InputCollect$adstock, all_media = InputCollect$all_media)
103103
## Time series validation parameter (train_size).
104104

105105
## 1. IMPORTANT: set plot = TRUE to create example plots for adstock & saturation
106-
## hyperparameters and their influence in curve transformation
106+
## hyperparameters and their influence in curve transformation.
107107
plot_adstock(plot = FALSE)
108108
plot_saturation(plot = FALSE)
109109

@@ -112,7 +112,7 @@ plot_saturation(plot = FALSE)
112112
# transformed by adstock & saturation.
113113
# Run hyper_names(adstock = InputCollect$adstock, all_media = InputCollect$all_media)
114114
# to get correct media hyperparameter names. All names in hyperparameters must equal
115-
# names from hyper_names(), case sensitive. Run ?hyper_names to check fucntion arguments
115+
# names from hyper_names(), case sensitive. Run ?hyper_names to check function arguments.
116116

117117
## 3. Hyperparameter interpretation & recommendation:
118118

0 commit comments

Comments
 (0)