Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Sep 2, 2024
1 parent 6ceeb8d commit ffff64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parse_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parse_params <- function(
) {
log_trace("Parsing params.")
if (length(json) == 1L && file.exists(json)) {
log_trace("Reading params from file: {json}.}")
log_trace("Reading params from file: {json}.")
} else {
log_trace("Reading params from string.")
}
Expand Down

0 comments on commit ffff64e

Please sign in to comment.