diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-05-12 06:15:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 06:15:36 +0200 |
| commit | b772f5c01437cb6a62dfb48bf818c97cb307edf9 (patch) | |
| tree | 3065a3b1201e680090bd090c3c9aac3789c8cd9e | |
| parent | db5d65f29c9d1d87e05eaeaf736991973cac4bc5 (diff) | |
Fix documentation typo in PEC_soil.R
Corrected grammatical error in documentation comment.
| -rw-r--r-- | R/PEC_soil.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/PEC_soil.R b/R/PEC_soil.R index d6356b9..b1838d7 100644 --- a/R/PEC_soil.R +++ b/R/PEC_soil.R @@ -19,7 +19,7 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("destination", "study_typ #' Total soil and porewater PEC values for the scenarios as defined in the EFSA #' guidance (2017, p. 14/15) can easily be calculated. #' @note While time weighted average (TWA) concentrations given in the examples -#' from the EFSA guidance from 2015 (p. 80) are be reproduced, this is not +#' from the EFSA guidance from 2015 (p. 80) can be reproduced, this is not #' true for the TWA concentrations given for the same example in the EFSA guidance #' from 2017 (p. 92). #' @note According to the EFSA guidance (EFSA, 2017, p. 43), leaching should be |
