Skip to content

Commit 69e3e50

Browse files
fix: typo in param
1 parent 8162bdd commit 69e3e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/continuumRemoval.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ continuumRemoval <- function(
8383
wav,
8484
type = c("R", "A"),
8585
interpol = c("linear", "spline"),
86-
method = c("division", "sustraction")
86+
method = c("division", "subtraction")
8787
) {
8888

8989
if (!missing(method) && method == "substraction") {

0 commit comments

Comments
 (0)