From 8d8d6e7bc75e61c9d096f0aea4b4df890be74b36 Mon Sep 17 00:00:00 2001 From: Pratik Gupte Date: Fri, 11 Oct 2024 14:00:03 +0100 Subject: [PATCH] Fix comment Co-authored-by: Rich FitzJohn --- R/daedalus.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/daedalus.R b/R/daedalus.R index 78629d1..1bff76b 100644 --- a/R/daedalus.R +++ b/R/daedalus.R @@ -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,