Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Rich FitzJohn <rich.fitzjohn@gmail.com>
  • Loading branch information
pratikunterwegs and richfitz authored Oct 11, 2024
1 parent af77875 commit 8d8d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/daedalus.R
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ daedalus <- function(country,
) # coerce to logical; automatically FALSE as default value is 0.0

if (!is_response_active) {
# set switch parameter and log closure start time if not 0.0/FALSE
# set switch parameter and log closure start time if not 0.0 or FALSE
rlang::env_bind(
parameters[["mutables"]],
switch = TRUE,
Expand Down

0 comments on commit 8d8d6e7

Please sign in to comment.