Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Aug 19, 2022
1 parent cad173d commit caae07e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/utilities-parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ exportParametersToXLS <- function(parameters, paramsXLSpath, sheet = NULL) {
#' `parameters`. If an entry with the same path is already present in `parameters`,
#' its value and unit will be overwritten with the values from `newParameters`.
#'
#' @return Updated list of parameter patsh, values, and units
#' @return Updated list of parameter paths, values, and units
#' @export
extendParameterStructure <- function(parameters, newParameters) {
if (!identical(names(parameters), c("paths", "values", "units"))) {
Expand Down
2 changes: 1 addition & 1 deletion R/utilities-simulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ compareSimulationParameters <- function(simulation1, simulation2) {
#' returned.
#'
#' @details Every application event has a `ProtocolSchemaItem` container that
#' holds parametes describing the dose, start time, infusion time etc. This
#' holds parameters describing the dose, start time, infusion time etc. This
#' function returns a list of all constant parameters located under the
#' `ProtocolSchemaItem` container of applications defined for the `moleculeNames`.
#'
Expand Down
3 changes: 1 addition & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ reference:
contents:
- matches("^start")

- title: Miscllaneous
- title: Miscellaneous
#desc:
contents:
- matches("^enum")
Expand All @@ -80,4 +80,3 @@ reference:
- removeFromList
- sourceAll
- esqlabsRSettingNames

2 changes: 1 addition & 1 deletion man/extendParameterStructure.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/getAllApplicationParameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit caae07e

Please sign in to comment.