Skip to content

Commit

Permalink
Update message for <=0
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle committed Sep 6, 2024
1 parent 180cd68 commit 5a12cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/messages.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ messages <- list(
warningLogScaleIssue = function(output) {
paste0(
"Plot scale is logarithmic, however all values from simulated output '",
highlight(output), "' were 0."
highlight(output), "' were lower or equal to 0."
)
},

Expand Down

0 comments on commit 5a12cf9

Please sign in to comment.